Html Css Color HEX #D5C27E Winter Hazel

📋 copy color: '#D5C27E'

red 213 ◦ green 194 ◦ blue 126

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

Shades of Winter Hazel #D5C27E

Tints of Winter Hazel #D5C27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.64%

R = 39.96%
G = 36.4%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5C27E (or 0xD5C27E) is known color: Winter Hazel. HEX triplet: D5, C2 and 7E. RGB value is (213,194,126). Sum of RGB (Red+Green+Blue) = 213+194+126=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C27E is #2A3D81. Grayscale: #C0C0C0. Windows color (decimal): -2768258 or 8307413. OLE color: 8307413.

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

Color convert

RGB 213 194 126 -
CMYK 0 0.09 0.41 0.16
HSL 46.9º 0.51% 0.66% -
HSV(B) 46.9º 0.41% 0.84% -
XYZ 50.5 54.24 27.55 -
YUV 191.93 90.79 143.03 -
System Red Green Blue C M Y K H S L
Decimal 213 194 126 0 0.09 0.41 0.16 46.9 0.51 0.66
Hex D5 C2 7E 0 9 29 10 2F 33 42
Octal 325 302 176 0 11 51 20 57 63 102
Binary 11010101 11000010 1111110 0 1001 101001 10000 101111 110011 1000010

Color Harmonies of #D5C27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C27E

Black with #D5C27E

Text Example


Text Example

White with #D5C27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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