Html Css Color HEX #D5C67C Winter Hazel

📋 copy color: '#D5C67C'

red 213 ◦ green 198 ◦ blue 124

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

Shades of Winter Hazel #D5C67C

Tints of Winter Hazel #D5C67C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.01%

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

R = 39.81%
G = 37.01%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5C67C (or 0xD5C67C) is known color: Winter Hazel. HEX triplet: D5, C6 and 7C. RGB value is (213,198,124). Sum of RGB (Red+Green+Blue) = 213+198+124=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C67C is #2A3983. Grayscale: #C2C2C2. Windows color (decimal): -2767236 or 8177365. OLE color: 8177365.

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

Color convert

RGB 213 198 124 -
CMYK 0 0.07 0.42 0.16
HSL 49.89º 0.51% 0.66% -
HSV(B) 49.89º 0.42% 0.84% -
XYZ 51.27 55.99 27.17 -
YUV 194.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 213 198 124 0 0.07 0.42 0.16 49.89 0.51 0.66
Hex D5 C6 7C 0 7 2A 10 32 33 42
Octal 325 306 174 0 7 52 20 62 63 102
Binary 11010101 11000110 1111100 0 111 101010 10000 110010 110011 1000010

Color Harmonies of #D5C67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C67C

Black with #D5C67C

Text Example


Text Example

White with #D5C67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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