Html Css Color HEX #D6C17C Straw

📋 copy color: '#D6C17C'

red 214 ◦ green 193 ◦ blue 124

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

Shades of Straw #D6C17C

Tints of Straw #D6C17C

RGB

 RED value IS 214 (83.98% from 255) = 40.3%

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

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

R = 40.3%
G = 36.35%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6C17C (or 0xD6C17C) is known color: Straw. HEX triplet: D6, C1 and 7C. RGB value is (214,193,124). Sum of RGB (Red+Green+Blue) = 214+193+124=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C17C is #293E83. Grayscale: #BFBFBF. Windows color (decimal): -2702980 or 8176086. OLE color: 8176086.

HSL color Cylindrical-coordinate representation of color #D6C17C: hue angle of 46º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6C17C is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 193 124 -
CMYK 0 0.10 0.42 0.16
HSL 46º 0.52% 0.66% -
HSV(B) 46º 0.42% 0.84% -
XYZ 50.44 53.89 26.81 -
YUV 191.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 214 193 124 0 0.10 0.42 0.16 46 0.52 0.66
Hex D6 C1 7C 0 A 2A 10 2E 34 42
Octal 326 301 174 0 12 52 20 56 64 102
Binary 11010110 11000001 1111100 0 1010 101010 10000 101110 110100 1000010

Color Harmonies of #D6C17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C17C

Black with #D6C17C

Text Example


Text Example

White with #D6C17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C17C; }

 p { color: rgb(214,193,124); }

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

background-color css

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

 a { background-color: rgb(214,193,124); }

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

border-color css

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

 span { border-color: rgb(214,193,124); }

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