Html Css Color HEX #D5C384 Winter Hazel

📋 copy color: '#D5C384'

red 213 ◦ green 195 ◦ blue 132

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

Shades of Winter Hazel #D5C384

Tints of Winter Hazel #D5C384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.11%

 BLUE value IS 132 (51.95% from 255) = 24.44%

R = 39.44%
G = 36.11%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D5C384 (or 0xD5C384) is known color: Winter Hazel. HEX triplet: D5, C3 and 84. RGB value is (213,195,132). Sum of RGB (Red+Green+Blue) = 213+195+132=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 132 (51.95% from 255 or 24.44% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C384 is #2A3C7B. Grayscale: #C1C1C1. Windows color (decimal): -2767996 or 8700885. OLE color: 8700885.

HSL color Cylindrical-coordinate representation of color #D5C384: hue angle of 46.67º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5C384 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 195 132 -
CMYK 0 0.08 0.38 0.16
HSL 46.67º 0.49% 0.68% -
HSV(B) 46.67º 0.38% 0.84% -
XYZ 51.12 54.84 29.72 -
YUV 193.2 93.46 142.12 -
System Red Green Blue C M Y K H S L
Decimal 213 195 132 0 0.08 0.38 0.16 46.67 0.49 0.68
Hex D5 C3 84 0 8 26 10 2F 31 44
Octal 325 303 204 0 10 46 20 57 61 104
Binary 11010101 11000011 10000100 0 1000 100110 10000 101111 110001 1000100

Color Harmonies of #D5C384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C384

Black with #D5C384

Text Example


Text Example

White with #D5C384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C384; }

 p { color: rgb(213,195,132); }

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

background-color css

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

 a { background-color: rgb(213,195,132); }

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

border-color css

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

 span { border-color: rgb(213,195,132); }

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