Html Css Color HEX #D5CA7B Winter Hazel

📋 copy color: '#D5CA7B'

red 213 ◦ green 202 ◦ blue 123

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

Shades of Winter Hazel #D5CA7B

Tints of Winter Hazel #D5CA7B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.55%

 BLUE value IS 123 (48.44% from 255) = 22.86%

R = 39.59%
G = 37.55%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5CA7B (or 0xD5CA7B) is known color: Winter Hazel. HEX triplet: D5, CA and 7B. RGB value is (213,202,123). Sum of RGB (Red+Green+Blue) = 213+202+123=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA7B is #2A3584. Grayscale: #C4C4C4. Windows color (decimal): -2766213 or 8112853. OLE color: 8112853.

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

Color convert

RGB 213 202 123 -
CMYK 0 0.05 0.42 0.16
HSL 52.67º 0.52% 0.66% -
HSV(B) 52.67º 0.42% 0.84% -
XYZ 52.14 57.82 27.15 -
YUV 196.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 213 202 123 0 0.05 0.42 0.16 52.67 0.52 0.66
Hex D5 CA 7B 0 5 2A 10 35 34 42
Octal 325 312 173 0 5 52 20 65 64 102
Binary 11010101 11001010 1111011 0 101 101010 10000 110101 110100 1000010

Color Harmonies of #D5CA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA7B

Black with #D5CA7B

Text Example


Text Example

White with #D5CA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA7B; }

 p { color: rgb(213,202,123); }

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

background-color css

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

 a { background-color: rgb(213,202,123); }

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

border-color css

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

 span { border-color: rgb(213,202,123); }

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