Html Css Color HEX #D0BB7C Yuma

📋 copy color: '#D0BB7C'

red 208 ◦ green 187 ◦ blue 124

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

Shades of Yuma #D0BB7C

Tints of Yuma #D0BB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.89%

R = 40.08%
G = 36.03%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0BB7C (or 0xD0BB7C) is known color: Yuma. HEX triplet: D0, BB and 7C. RGB value is (208,187,124). Sum of RGB (Red+Green+Blue) = 208+187+124=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BB7C is #2F4483. Grayscale: #BABABA. Windows color (decimal): -3097732 or 8174544. OLE color: 8174544.

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

Color convert

RGB 208 187 124 -
CMYK 0 0.10 0.40 0.18
HSL 45º 0.47% 0.65% -
HSV(B) 45º 0.4% 0.82% -
XYZ 47.42 50.41 26.3 -
YUV 186.1 92.96 143.62 -
System Red Green Blue C M Y K H S L
Decimal 208 187 124 0 0.10 0.40 0.18 45 0.47 0.65
Hex D0 BB 7C 0 A 28 12 2D 2F 41
Octal 320 273 174 0 12 50 22 55 57 101
Binary 11010000 10111011 1111100 0 1010 101000 10010 101101 101111 1000001

Color Harmonies of #D0BB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BB7C

Black with #D0BB7C

Text Example


Text Example

White with #D0BB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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