Html Css Color HEX #D5C27C Winter Hazel

📋 copy color: '#D5C27C'

red 213 ◦ green 194 ◦ blue 124

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

Shades of Winter Hazel #D5C27C

Tints of Winter Hazel #D5C27C

RGB

 RED value IS 213 (83.59% from 255) = 40.11%

 GREEN value IS 194 (76.17% from 255) = 36.53%

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

R = 40.11%
G = 36.53%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5C27C (or 0xD5C27C) is known color: Winter Hazel. HEX triplet: D5, C2 and 7C. RGB value is (213,194,124). Sum of RGB (Red+Green+Blue) = 213+194+124=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C27C is #2A3D83. Grayscale: #C0C0C0. Windows color (decimal): -2768260 or 8176341. OLE color: 8176341.

HSL color Cylindrical-coordinate representation of color #D5C27C: hue angle of 47.19º degrees, saturation: 0.51, 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 #D5C27C is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 194 124 -
CMYK 0 0.09 0.42 0.16
HSL 47.19º 0.51% 0.66% -
HSV(B) 47.19º 0.42% 0.84% -
XYZ 50.37 54.18 26.87 -
YUV 191.7 89.79 143.19 -
System Red Green Blue C M Y K H S L
Decimal 213 194 124 0 0.09 0.42 0.16 47.19 0.51 0.66
Hex D5 C2 7C 0 9 2A 10 2F 33 42
Octal 325 302 174 0 11 52 20 57 63 102
Binary 11010101 11000010 1111100 0 1001 101010 10000 101111 110011 1000010

Color Harmonies of #D5C27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C27C

Black with #D5C27C

Text Example


Text Example

White with #D5C27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C27C; }

 p { color: rgb(213,194,124); }

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

background-color css

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

 a { background-color: rgb(213,194,124); }

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

border-color css

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

 span { border-color: rgb(213,194,124); }

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