Html Css Color HEX #D9C07E Straw

📋 copy color: '#D9C07E'

red 217 ◦ green 192 ◦ blue 126

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

Shades of Straw #D9C07E

Tints of Straw #D9C07E

RGB

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

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

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

R = 40.56%
G = 35.89%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9C07E (or 0xD9C07E) is known color: Straw. HEX triplet: D9, C0 and 7E. RGB value is (217,192,126). Sum of RGB (Red+Green+Blue) = 217+192+126=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C07E is #263F81. Grayscale: #C0C0C0. Windows color (decimal): -2506626 or 8306905. OLE color: 8306905.

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

Color convert

RGB 217 192 126 -
CMYK 0 0.12 0.42 0.15
HSL 43.52º 0.54% 0.67% -
HSV(B) 43.52º 0.42% 0.85% -
XYZ 51.23 53.96 27.45 -
YUV 191.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 217 192 126 0 0.12 0.42 0.15 43.52 0.54 0.67
Hex D9 C0 7E 0 C 2A F 2C 36 43
Octal 331 300 176 0 14 52 17 54 66 103
Binary 11011001 11000000 1111110 0 1100 101010 1111 101100 110110 1000011

Color Harmonies of #D9C07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C07E

Black with #D9C07E

Text Example


Text Example

White with #D9C07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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