Html Css Color HEX #D9C07C Straw

📋 copy color: '#D9C07C'

red 217 ◦ green 192 ◦ blue 124

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

Shades of Straw #D9C07C

Tints of Straw #D9C07C

RGB

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

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

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

R = 40.71%
G = 36.02%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9C07C (or 0xD9C07C) is known color: Straw. HEX triplet: D9, C0 and 7C. RGB value is (217,192,124). Sum of RGB (Red+Green+Blue) = 217+192+124=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C07C is #263F83. Grayscale: #C0C0C0. Windows color (decimal): -2506628 or 8175833. OLE color: 8175833.

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

Color convert

RGB 217 192 124 -
CMYK 0 0.12 0.43 0.15
HSL 43.87º 0.55% 0.67% -
HSV(B) 43.87º 0.43% 0.85% -
XYZ 51.1 53.91 26.78 -
YUV 191.72 89.78 146.03 -
System Red Green Blue C M Y K H S L
Decimal 217 192 124 0 0.12 0.43 0.15 43.87 0.55 0.67
Hex D9 C0 7C 0 C 2B F 2C 37 43
Octal 331 300 174 0 14 53 17 54 67 103
Binary 11011001 11000000 1111100 0 1100 101011 1111 101100 110111 1000011

Color Harmonies of #D9C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C07C

Black with #D9C07C

Text Example


Text Example

White with #D9C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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