Html Css Color HEX #D5C17A Winter Hazel

📋 copy color: '#D5C17A'

red 213 ◦ green 193 ◦ blue 122

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

Shades of Winter Hazel #D5C17A

Tints of Winter Hazel #D5C17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.11%

R = 40.34%
G = 36.55%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5C17A (or 0xD5C17A) is known color: Winter Hazel. HEX triplet: D5, C1 and 7A. RGB value is (213,193,122). Sum of RGB (Red+Green+Blue) = 213+193+122=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C17A is #2A3E85. Grayscale: #BFBFBF. Windows color (decimal): -2768518 or 8045013. OLE color: 8045013.

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

Color convert

RGB 213 193 122 -
CMYK 0 0.09 0.43 0.16
HSL 46.81º 0.52% 0.66% -
HSV(B) 46.81º 0.43% 0.84% -
XYZ 50.02 53.69 26.14 -
YUV 190.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 213 193 122 0 0.09 0.43 0.16 46.81 0.52 0.66
Hex D5 C1 7A 0 9 2B 10 2F 34 42
Octal 325 301 172 0 11 53 20 57 64 102
Binary 11010101 11000001 1111010 0 1001 101011 10000 101111 110100 1000010

Color Harmonies of #D5C17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C17A

Black with #D5C17A

Text Example


Text Example

White with #D5C17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C17A; }

 p { color: rgb(213,193,122); }

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

background-color css

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

 a { background-color: rgb(213,193,122); }

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

border-color css

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

 span { border-color: rgb(213,193,122); }

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