Html Css Color HEX #D9C080 Straw

📋 copy color: '#D9C080'

red 217 ◦ green 192 ◦ blue 128

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

Shades of Straw #D9C080

Tints of Straw #D9C080

RGB

 RED value IS 217 (85.16% from 255) = 40.41%

 GREEN value IS 192 (75.39% from 255) = 35.75%

 BLUE value IS 128 (50.39% from 255) = 23.84%

R = 40.41%
G = 35.75%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9C080 (or 0xD9C080) is known color: Straw. HEX triplet: D9, C0 and 80. RGB value is (217,192,128). Sum of RGB (Red+Green+Blue) = 217+192+128=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C080 is #263F7F. Grayscale: #C0C0C0. Windows color (decimal): -2506624 or 8437977. OLE color: 8437977.

HSL color Cylindrical-coordinate representation of color #D9C080: hue angle of 43.15º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9C080 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 192 128 -
CMYK 0 0.12 0.41 0.15
HSL 43.15º 0.54% 0.68% -
HSV(B) 43.15º 0.41% 0.85% -
XYZ 51.36 54.01 28.14 -
YUV 192.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 217 192 128 0 0.12 0.41 0.15 43.15 0.54 0.68
Hex D9 C0 80 0 C 29 F 2B 36 44
Octal 331 300 200 0 14 51 17 53 66 104
Binary 11011001 11000000 10000000 0 1100 101001 1111 101011 110110 1000100

Color Harmonies of #D9C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C080

Black with #D9C080

Text Example


Text Example

White with #D9C080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C080; }

 p { color: rgb(217,192,128); }

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

background-color css

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

 a { background-color: rgb(217,192,128); }

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

border-color css

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

 span { border-color: rgb(217,192,128); }

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