Html Css Color HEX #D5C97A Winter Hazel

📋 copy color: '#D5C97A'

red 213 ◦ green 201 ◦ blue 122

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

Shades of Winter Hazel #D5C97A

Tints of Winter Hazel #D5C97A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.5%

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

R = 39.74%
G = 37.5%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5C97A (or 0xD5C97A) is known color: Winter Hazel. HEX triplet: D5, C9 and 7A. RGB value is (213,201,122). Sum of RGB (Red+Green+Blue) = 213+201+122=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C97A is #2A3685. Grayscale: #C3C3C3. Windows color (decimal): -2766470 or 8047061. OLE color: 8047061.

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

Color convert

RGB 213 201 122 -
CMYK 0 0.06 0.43 0.16
HSL 52.09º 0.52% 0.66% -
HSV(B) 52.09º 0.43% 0.84% -
XYZ 51.84 57.32 26.74 -
YUV 195.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 213 201 122 0 0.06 0.43 0.16 52.09 0.52 0.66
Hex D5 C9 7A 0 6 2B 10 34 34 42
Octal 325 311 172 0 6 53 20 64 64 102
Binary 11010101 11001001 1111010 0 110 101011 10000 110100 110100 1000010

Color Harmonies of #D5C97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C97A

Black with #D5C97A

Text Example


Text Example

White with #D5C97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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