Html Css Color HEX #D0BB79 Yuma

📋 copy color: '#D0BB79'

red 208 ◦ green 187 ◦ blue 121

#D0BB79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yuma #D0BB79

Tints of Yuma #D0BB79

RGB

 RED value IS 208 (81.64% from 255) = 40.31%

 GREEN value IS 187 (73.44% from 255) = 36.24%

 BLUE value IS 121 (47.66% from 255) = 23.45%

R = 40.31%
G = 36.24%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D0BB79 (or 0xD0BB79) is known color: Yuma. HEX triplet: D0, BB and 79. RGB value is (208,187,121). Sum of RGB (Red+Green+Blue) = 208+187+121=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BB79 is #2F4486. Grayscale: #BABABA. Windows color (decimal): -3097735 or 7977936. OLE color: 7977936.

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

Color convert

RGB 208 187 121 -
CMYK 0 0.10 0.42 0.18
HSL 45.52º 0.48% 0.65% -
HSV(B) 45.52º 0.42% 0.82% -
XYZ 47.23 50.33 25.31 -
YUV 185.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 208 187 121 0 0.10 0.42 0.18 45.52 0.48 0.65
Hex D0 BB 79 0 A 2A 12 2E 30 41
Octal 320 273 171 0 12 52 22 56 60 101
Binary 11010000 10111011 1111001 0 1010 101010 10010 101110 110000 1000001

Color Harmonies of #D0BB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BB79

Black with #D0BB79

Text Example


Text Example

White with #D0BB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BB79; }

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

 H1.HeaderClassName
 {
   color: #D0BB79;
 }
 .AnyTagClassName
 {
   color: #D0BB79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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