Html Css Color HEX #D0BB7E Yuma

📋 copy color: '#D0BB7E'

red 208 ◦ green 187 ◦ blue 126

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

Shades of Yuma #D0BB7E

Tints of Yuma #D0BB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.18%

R = 39.92%
G = 35.89%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0BB7E (or 0xD0BB7E) is known color: Yuma. HEX triplet: D0, BB and 7E. RGB value is (208,187,126). Sum of RGB (Red+Green+Blue) = 208+187+126=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BB7E is #2F4481. Grayscale: #BABABA. Windows color (decimal): -3097730 or 8305616. OLE color: 8305616.

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

Color convert

RGB 208 187 126 -
CMYK 0 0.10 0.39 0.18
HSL 44.63º 0.47% 0.65% -
HSV(B) 44.63º 0.39% 0.82% -
XYZ 47.55 50.46 26.97 -
YUV 186.33 93.96 143.46 -
System Red Green Blue C M Y K H S L
Decimal 208 187 126 0 0.10 0.39 0.18 44.63 0.47 0.65
Hex D0 BB 7E 0 A 27 12 2D 2F 41
Octal 320 273 176 0 12 47 22 55 57 101
Binary 11010000 10111011 1111110 0 1010 100111 10010 101101 101111 1000001

Color Harmonies of #D0BB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BB7E

Black with #D0BB7E

Text Example


Text Example

White with #D0BB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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