Html Css Color HEX #D0C17C Winter Hazel

📋 copy color: '#D0C17C'

red 208 ◦ green 193 ◦ blue 124

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

Shades of Winter Hazel #D0C17C

Tints of Winter Hazel #D0C17C

RGB

 RED value IS 208 (81.64% from 255) = 39.62%

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

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

R = 39.62%
G = 36.76%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0C17C (or 0xD0C17C) is known color: Winter Hazel. HEX triplet: D0, C1 and 7C. RGB value is (208,193,124). Sum of RGB (Red+Green+Blue) = 208+193+124=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C17C is #2F3E83. Grayscale: #BDBDBD. Windows color (decimal): -3096196 or 8176080. OLE color: 8176080.

HSL color Cylindrical-coordinate representation of color #D0C17C: hue angle of 49.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0C17C is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 193 124 -
CMYK 0 0.07 0.40 0.18
HSL 49.29º 0.47% 0.65% -
HSV(B) 49.29º 0.4% 0.82% -
XYZ 48.72 53.01 26.73 -
YUV 189.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 208 193 124 0 0.07 0.40 0.18 49.29 0.47 0.65
Hex D0 C1 7C 0 7 28 12 31 2F 41
Octal 320 301 174 0 7 50 22 61 57 101
Binary 11010000 11000001 1111100 0 111 101000 10010 110001 101111 1000001

Color Harmonies of #D0C17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C17C

Black with #D0C17C

Text Example


Text Example

White with #D0C17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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