Html Css Color HEX #D5C77D Winter Hazel

📋 copy color: '#D5C77D'

red 213 ◦ green 199 ◦ blue 125

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

Shades of Winter Hazel #D5C77D

Tints of Winter Hazel #D5C77D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.06%

 BLUE value IS 125 (49.22% from 255) = 23.28%

R = 39.66%
G = 37.06%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5C77D (or 0xD5C77D) is known color: Winter Hazel. HEX triplet: D5, C7 and 7D. RGB value is (213,199,125). Sum of RGB (Red+Green+Blue) = 213+199+125=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C77D is #2A3882. Grayscale: #C3C3C3. Windows color (decimal): -2766979 or 8243157. OLE color: 8243157.

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

Color convert

RGB 213 199 125 -
CMYK 0 0.07 0.41 0.16
HSL 50.45º 0.51% 0.66% -
HSV(B) 50.45º 0.41% 0.84% -
XYZ 51.57 56.47 27.58 -
YUV 194.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 213 199 125 0 0.07 0.41 0.16 50.45 0.51 0.66
Hex D5 C7 7D 0 7 29 10 32 33 42
Octal 325 307 175 0 7 51 20 62 63 102
Binary 11010101 11000111 1111101 0 111 101001 10000 110010 110011 1000010

Color Harmonies of #D5C77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C77D

Black with #D5C77D

Text Example


Text Example

White with #D5C77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C77D; }

 p { color: rgb(213,199,125); }

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

background-color css

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

 a { background-color: rgb(213,199,125); }

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

border-color css

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

 span { border-color: rgb(213,199,125); }

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