Html Css Color HEX #D0C57D Winter Hazel

📋 copy color: '#D0C57D'

red 208 ◦ green 197 ◦ blue 125

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

Shades of Winter Hazel #D0C57D

Tints of Winter Hazel #D0C57D

RGB

 RED value IS 208 (81.64% from 255) = 39.25%

 GREEN value IS 197 (77.34% from 255) = 37.17%

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

R = 39.25%
G = 37.17%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0C57D (or 0xD0C57D) is known color: Winter Hazel. HEX triplet: D0, C5 and 7D. RGB value is (208,197,125). Sum of RGB (Red+Green+Blue) = 208+197+125=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C57D is #2F3A82. Grayscale: #C0C0C0. Windows color (decimal): -3095171 or 8242640. OLE color: 8242640.

HSL color Cylindrical-coordinate representation of color #D0C57D: hue angle of 52.05º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0C57D is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 197 125 -
CMYK 0 0.05 0.40 0.18
HSL 52.05º 0.47% 0.65% -
HSV(B) 52.05º 0.4% 0.82% -
XYZ 49.68 54.82 27.37 -
YUV 192.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 208 197 125 0 0.05 0.40 0.18 52.05 0.47 0.65
Hex D0 C5 7D 0 5 28 12 34 2F 41
Octal 320 305 175 0 5 50 22 64 57 101
Binary 11010000 11000101 1111101 0 101 101000 10010 110100 101111 1000001

Color Harmonies of #D0C57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C57D

Black with #D0C57D

Text Example


Text Example

White with #D0C57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C57D; }

 p { color: rgb(208,197,125); }

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

background-color css

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

 a { background-color: rgb(208,197,125); }

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

border-color css

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

 span { border-color: rgb(208,197,125); }

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