Html Css Color HEX #D1B978 Yuma

📋 copy color: '#D1B978'

red 209 ◦ green 185 ◦ blue 120

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

Shades of Yuma #D1B978

Tints of Yuma #D1B978

RGB

 RED value IS 209 (82.03% from 255) = 40.66%

 GREEN value IS 185 (72.66% from 255) = 35.99%

 BLUE value IS 120 (47.27% from 255) = 23.35%

R = 40.66%
G = 35.99%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D1B978 (or 0xD1B978) is known color: Yuma. HEX triplet: D1, B9 and 78. RGB value is (209,185,120). Sum of RGB (Red+Green+Blue) = 209+185+120=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B978 is #2E4687. Grayscale: #B9B9B9. Windows color (decimal): -3032712 or 7911889. OLE color: 7911889.

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

Color convert

RGB 209 185 120 -
CMYK 0 0.11 0.43 0.18
HSL 43.82º 0.49% 0.65% -
HSV(B) 43.82º 0.43% 0.82% -
XYZ 47.03 49.61 24.87 -
YUV 184.77 91.45 145.29 -
System Red Green Blue C M Y K H S L
Decimal 209 185 120 0 0.11 0.43 0.18 43.82 0.49 0.65
Hex D1 B9 78 0 B 2B 12 2C 31 41
Octal 321 271 170 0 13 53 22 54 61 101
Binary 11010001 10111001 1111000 0 1011 101011 10010 101100 110001 1000001

Color Harmonies of #D1B978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B978

Black with #D1B978

Text Example


Text Example

White with #D1B978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B978; }

 p { color: rgb(209,185,120); }

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

background-color css

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

 a { background-color: rgb(209,185,120); }

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

border-color css

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

 span { border-color: rgb(209,185,120); }

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