Html Css Color HEX #D9C180 Straw

📋 copy color: '#D9C180'

red 217 ◦ green 193 ◦ blue 128

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

Shades of Straw #D9C180

Tints of Straw #D9C180

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.87%

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

R = 40.33%
G = 35.87%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9C180 (or 0xD9C180) is known color: Straw. HEX triplet: D9, C1 and 80. RGB value is (217,193,128). Sum of RGB (Red+Green+Blue) = 217+193+128=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C180 is #263E7F. Grayscale: #C1C1C1. Windows color (decimal): -2506368 or 8438233. OLE color: 8438233.

HSL color Cylindrical-coordinate representation of color #D9C180: hue angle of 43.82º 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 #D9C180 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 193 128 -
CMYK 0 0.11 0.41 0.15
HSL 43.82º 0.54% 0.68% -
HSV(B) 43.82º 0.41% 0.85% -
XYZ 51.58 54.45 28.21 -
YUV 192.77 91.45 145.29 -
System Red Green Blue C M Y K H S L
Decimal 217 193 128 0 0.11 0.41 0.15 43.82 0.54 0.68
Hex D9 C1 80 0 B 29 F 2C 36 44
Octal 331 301 200 0 13 51 17 54 66 104
Binary 11011001 11000001 10000000 0 1011 101001 1111 101100 110110 1000100

Color Harmonies of #D9C180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C180

Black with #D9C180

Text Example


Text Example

White with #D9C180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C180; }

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

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

background-color css

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

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

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

border-color css

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

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

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