#D0BA7D

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

Shades of Yuma #D0BA7D

Tints of Yuma #D0BA7D

Color information

#D0BA7D (or 0xD0BA7D) is unknown color: approx Yuma. HEX triplet: D0, BA and 7D. RGB value is (208,186,125). Sum of RGB (Red+Green+Blue) = 208+186+125=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BA7D is #2F4582. Grayscale: #B9B9B9. Windows color (decimal): -3097987 or 8239824. OLE color: 8239824.

HSL color Cylindrical-coordinate representation of color #D0BA7D: hue angle of 44.1º 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 #D0BA7D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB208186125-
CMYK00.110.400.18
HSL44.1º46.89%65.29%-
HSV(B)44.1º39.9%81.57%-
XYZ47.2750.0126.56-
YUV185.6293.79143.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 125 (49.22% from 255) = 24.08%
R=40.08%
G=35.84%
B=24.08%

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
Decimal20818612500.110.400.1844.146.8965.29
HexD0BA7D0B28122c2f41
Octal32027217501350225457101
Binary1101000010111010111110101011101000100101011001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BA7D; }

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

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

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

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

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

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

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

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