#D0B879

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

Shades of Yuma #D0B879

Tints of Yuma #D0B879

Color information

#D0B879 (or 0xD0B879) is unknown color: approx Yuma. HEX triplet: D0, B8 and 79. RGB value is (208,184,121). Sum of RGB (Red+Green+Blue) = 208+184+121=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B879 is #2F4786. Grayscale: #B8B8B8. Windows color (decimal): -3098503 or 7977168. OLE color: 7977168.

HSL color Cylindrical-coordinate representation of color #D0B879: hue angle of 43.45º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0B879 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208184121-
CMYK00.120.420.18
HSL43.45º48.07%64.51%-
HSV(B)43.45º41.83%81.57%-
XYZ46.649.0725.1-
YUV183.9992.45145.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 121 (47.66% from 255) = 23.59%
R=40.55%
G=35.87%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818412100.120.420.1843.4548.0764.51
HexD0B8790C2A122b3041
Octal32027017101452225360101
Binary1101000010111000111100101100101010100101010111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B879; }

 p { color: rgb(208,184,121); }

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

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

 a { background-color: rgb(208,184,121); }

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

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

 span { border-color: rgb(208,184,121); }

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