#D0BB76

Color #D0BB76 Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #D0BB76

Tints of Yuma #D0BB76

Color information

#D0BB76 (or 0xD0BB76) is unknown color: approx Yuma. HEX triplet: D0, BB and 76. RGB value is (208,187,118). Sum of RGB (Red+Green+Blue) = 208+187+118=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BB76 is #2F4489. Grayscale: #B9B9B9. Windows color (decimal): -3097738 or 7781328. OLE color: 7781328.

HSL color Cylindrical-coordinate representation of color #D0BB76: hue angle of 46º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0BB76 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB208187118-
CMYK00.100.430.18
HSL46º48.91%63.92%-
HSV(B)46º43.27%81.57%-
XYZ47.0550.2624.36-
YUV185.4189.96144.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 187 (73.44% from 255) = 36.45%
BLUE value IS 118 (46.48% from 255) = 23.00%
R=40.55%
G=36.45%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818711800.100.430.184648.9163.92
HexD0BB760A2B122e3140
Octal32027316601253225661100
Binary1101000010111011111011001010101011100101011101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB76; }

 p { color: rgb(208,187,118); }

 H1.HeaderClassName
 {
   color: #D0BB76;
 }
 .AnyTagClassName
 {
   color: #D0BB76;
 }
</style>
background-color css

<style>
 a { background-color: #D0BB76; }

 a { background-color: rgb(208,187,118); }

 div.DivClassName
 {
   background-color: #D0BB76;
 }
 .BgClassName
 {
   background-color: #D0BB76;
 }
</style>
border-color css

<style>
 span { border-color: #D0BB76; }

 span { border-color: rgb(208,187,118); }

 td.TdClassName
 {
   border-color: #D0BB76;
 }
 .TagClassName
 {
   border-color: #D0BB76;
 }
</style>