Html Css Color HEX #D5C77F Winter Hazel

📋 copy color: '#D5C77F'

red 213 ◦ green 199 ◦ blue 127

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

Shades of Winter Hazel #D5C77F

Tints of Winter Hazel #D5C77F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.56%

R = 39.52%
G = 36.92%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5C77F (or 0xD5C77F) is known color: Winter Hazel. HEX triplet: D5, C7 and 7F. RGB value is (213,199,127). Sum of RGB (Red+Green+Blue) = 213+199+127=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C77F is #2A3880. Grayscale: #C3C3C3. Windows color (decimal): -2766977 or 8374229. OLE color: 8374229.

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

Color convert

RGB 213 199 127 -
CMYK 0 0.07 0.40 0.16
HSL 50.23º 0.51% 0.67% -
HSV(B) 50.23º 0.4% 0.84% -
XYZ 51.69 56.53 28.26 -
YUV 194.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 213 199 127 0 0.07 0.40 0.16 50.23 0.51 0.67
Hex D5 C7 7F 0 7 28 10 32 33 43
Octal 325 307 177 0 7 50 20 62 63 103
Binary 11010101 11000111 1111111 0 111 101000 10000 110010 110011 1000011

Color Harmonies of #D5C77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C77F

Black with #D5C77F

Text Example


Text Example

White with #D5C77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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