Html Css Color HEX #D0B77C Yuma

📋 copy color: '#D0B77C'

red 208 ◦ green 183 ◦ blue 124

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

Shades of Yuma #D0B77C

Tints of Yuma #D0B77C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.53%

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

R = 40.39%
G = 35.53%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0B77C (or 0xD0B77C) is known color: Yuma. HEX triplet: D0, B7 and 7C. RGB value is (208,183,124). Sum of RGB (Red+Green+Blue) = 208+183+124=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B77C is #2F4883. Grayscale: #B8B8B8. Windows color (decimal): -3098756 or 8173520. OLE color: 8173520.

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

Color convert

RGB 208 183 124 -
CMYK 0 0.12 0.40 0.18
HSL 42.14º 0.47% 0.65% -
HSV(B) 42.14º 0.4% 0.82% -
XYZ 46.58 48.73 26.02 -
YUV 183.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 208 183 124 0 0.12 0.40 0.18 42.14 0.47 0.65
Hex D0 B7 7C 0 C 28 12 2A 2F 41
Octal 320 267 174 0 14 50 22 52 57 101
Binary 11010000 10110111 1111100 0 1100 101000 10010 101010 101111 1000001

Color Harmonies of #D0B77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B77C

Black with #D0B77C

Text Example


Text Example

White with #D0B77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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