Html Css Color HEX #D0C58D Winter Hazel

📋 copy color: '#D0C58D'

red 208 ◦ green 197 ◦ blue 141

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

Shades of Winter Hazel #D0C58D

Tints of Winter Hazel #D0C58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.82%

R = 38.1%
G = 36.08%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0C58D (or 0xD0C58D) is known color: Winter Hazel. HEX triplet: D0, C5 and 8D. RGB value is (208,197,141). Sum of RGB (Red+Green+Blue) = 208+197+141=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C58D is #2F3A72. Grayscale: #C2C2C2. Windows color (decimal): -3095155 or 9291216. OLE color: 9291216.

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

Color convert

RGB 208 197 141 -
CMYK 0 0.05 0.32 0.18
HSL 50.15º 0.42% 0.68% -
HSV(B) 50.15º 0.32% 0.82% -
XYZ 50.79 55.27 33.19 -
YUV 193.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 208 197 141 0 0.05 0.32 0.18 50.15 0.42 0.68
Hex D0 C5 8D 0 5 20 12 32 2A 44
Octal 320 305 215 0 5 40 22 62 52 104
Binary 11010000 11000101 10001101 0 101 100000 10010 110010 101010 1000100

Color Harmonies of #D0C58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C58D

Black with #D0C58D

Text Example


Text Example

White with #D0C58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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