Color Hex Logo

#d0bb3f Color Hex

#D0BB3F
(208,187,63)
0 Favorites   0 Comments

Color spaces of #d0bb3f

RGB 20818763
HSL0.140.610.53
HSV51°70°82°
CMYK 0.000.100.70   0.18
XYZ44.680049.309411.8654
Yxy49.30940.42210.4658
Hunter Lab70.2207-9.310239.1360
CIE-Lab75.6434-6.242762.4764

#d0bb3f color RGB value is (208,187,63).

#d0bb3f hex color red value is 208, green value is 187 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d0bb3f hue: 0.14 , saturation: 0.61 and the lightness value of d0bb3f is 0.53.

The process color (four color CMYK) of #d0bb3f color hex is 0.00, 0.10, 0.70, 0.18. Web safe color of #d0bb3f is #cccc33. Color #d0bb3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111011 00111111
Octal 320 273 77
Decimal 208 187 63
Hex D0 BB 3F

RGB Percentages of Color #d0bb3f

%45.41
%40.83
%13.76

CMYK Percentages of Color #d0bb3f

%0
%10
%70
%18

Triadic Colors of #d0bb3f

#d0bb3f #3fd0bb #bb3fd0

Analogous Colors of #d0bb3f

#d0bb3f #9dd03f #d0733f

Monochromatic Colors of #d0bb3f

#d0bb3f

Complementary Color

#d0bb3f #3f54d0

#d0bb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0bb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0bb3f Color CSS Codes

.mybgcolor {background-color:#d0bb3f; } 
.myforecolor {color:#d0bb3f; }
.mybordercolor {border:3px solid #d0bb3f; }

#d0bb3f Text Font Color

<p style="color:#d0bb3f">Text here</p>

This sample text font color is #d0bb3f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d0bb3f Background Color

<div style="background-color:#d0bb3f">
Div content here</div>

This div background color is #d0bb3f


#d0bb3f Border Color

<div style="border:3px solid #d0bb3f">
Div here</div>

This div border color is #d0bb3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,187,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0bb3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0bb3f;
  -webkit-box-shadow: 1px 1px 3px 2px #d0bb3f;
  box-shadow:         1px 1px 3px 2px #d0bb3f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,187,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d0bb3f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d0bb3f;
  -webkit-box-shadow: 1px 1px 3px 2px #d0bb3f;
  box-shadow:         1px 1px 3px 2px #d0bb3f;">
Div content here</div>

This div box has shadow with color #d0bb3f


Comments

No comments written yet.

Please login to write comment.