Html Css Color HEX #D9C085 Straw

📋 copy color: '#D9C085'

red 217 ◦ green 192 ◦ blue 133

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

Shades of Straw #D9C085

Tints of Straw #D9C085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.54%

R = 40.04%
G = 35.42%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D9C085 (or 0xD9C085) is known color: Straw. HEX triplet: D9, C0 and 85. RGB value is (217,192,133). Sum of RGB (Red+Green+Blue) = 217+192+133=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C085 is #263F7A. Grayscale: #C1C1C1. Windows color (decimal): -2506619 or 8765657. OLE color: 8765657.

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

Color convert

RGB 217 192 133 -
CMYK 0 0.12 0.39 0.15
HSL 42.14º 0.53% 0.69% -
HSV(B) 42.14º 0.39% 0.85% -
XYZ 51.7 54.14 29.92 -
YUV 192.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 217 192 133 0 0.12 0.39 0.15 42.14 0.53 0.69
Hex D9 C0 85 0 C 27 F 2A 34 45
Octal 331 300 205 0 14 47 17 52 64 105
Binary 11011001 11000000 10000101 0 1100 100111 1111 101010 110100 1000101

Color Harmonies of #D9C085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C085

Black with #D9C085

Text Example


Text Example

White with #D9C085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C085; }

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

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

background-color css

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

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

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

border-color css

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

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

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