Html Css Color HEX #D5C47A Winter Hazel

📋 copy color: '#D5C47A'

red 213 ◦ green 196 ◦ blue 122

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

Shades of Winter Hazel #D5C47A

Tints of Winter Hazel #D5C47A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.91%

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

R = 40.11%
G = 36.91%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5C47A (or 0xD5C47A) is known color: Winter Hazel. HEX triplet: D5, C4 and 7A. RGB value is (213,196,122). Sum of RGB (Red+Green+Blue) = 213+196+122=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C47A is #2A3B85. Grayscale: #C0C0C0. Windows color (decimal): -2767750 or 8045781. OLE color: 8045781.

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

Color convert

RGB 213 196 122 -
CMYK 0 0.08 0.43 0.16
HSL 48.79º 0.52% 0.66% -
HSV(B) 48.79º 0.43% 0.84% -
XYZ 50.69 55.03 26.36 -
YUV 192.65 88.13 142.52 -
System Red Green Blue C M Y K H S L
Decimal 213 196 122 0 0.08 0.43 0.16 48.79 0.52 0.66
Hex D5 C4 7A 0 8 2B 10 31 34 42
Octal 325 304 172 0 10 53 20 61 64 102
Binary 11010101 11000100 1111010 0 1000 101011 10000 110001 110100 1000010

Color Harmonies of #D5C47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C47A

Black with #D5C47A

Text Example


Text Example

White with #D5C47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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