#D0BA7C

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

Shades of Yuma #D0BA7C

Tints of Yuma #D0BA7C

Color information

#D0BA7C (or 0xD0BA7C) is unknown color: approx Yuma. HEX triplet: D0, BA and 7C. RGB value is (208,186,124). Sum of RGB (Red+Green+Blue) = 208+186+124=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BA7C is #2F4583. Grayscale: #B9B9B9. Windows color (decimal): -3097988 or 8174288. OLE color: 8174288.

HSL color Cylindrical-coordinate representation of color #D0BA7C: hue angle of 44.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0BA7C is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB208186124-
CMYK00.110.400.18
HSL44.29º47.19%65.1%-
HSV(B)44.29º40.38%81.57%-
XYZ47.2149.9826.23-
YUV185.5193.29144.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 124 (48.83% from 255) = 23.94%
R=40.15%
G=35.91%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818612400.110.400.1844.2947.1965.1
HexD0BA7C0B28122c2f41
Octal32027217401350225457101
Binary1101000010111010111110001011101000100101011001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BA7C; }

 p { color: rgb(208,186,124); }

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

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

 a { background-color: rgb(208,186,124); }

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

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

 span { border-color: rgb(208,186,124); }

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