Html Css Color HEX #D0C57E Winter Hazel

📋 copy color: '#D0C57E'

red 208 ◦ green 197 ◦ blue 126

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

Shades of Winter Hazel #D0C57E

Tints of Winter Hazel #D0C57E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.73%

R = 39.17%
G = 37.1%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0C57E (or 0xD0C57E) is known color: Winter Hazel. HEX triplet: D0, C5 and 7E. RGB value is (208,197,126). Sum of RGB (Red+Green+Blue) = 208+197+126=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C57E is #2F3A81. Grayscale: #C0C0C0. Windows color (decimal): -3095170 or 8308176. OLE color: 8308176.

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

Color convert

RGB 208 197 126 -
CMYK 0 0.05 0.39 0.18
HSL 51.95º 0.47% 0.65% -
HSV(B) 51.95º 0.39% 0.82% -
XYZ 49.74 54.85 27.7 -
YUV 192.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 208 197 126 0 0.05 0.39 0.18 51.95 0.47 0.65
Hex D0 C5 7E 0 5 27 12 34 2F 41
Octal 320 305 176 0 5 47 22 64 57 101
Binary 11010000 11000101 1111110 0 101 100111 10010 110100 101111 1000001

Color Harmonies of #D0C57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C57E

Black with #D0C57E

Text Example


Text Example

White with #D0C57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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