Html Css Color HEX #D0C68D Winter Hazel

📋 copy color: '#D0C68D'

red 208 ◦ green 198 ◦ blue 141

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

Shades of Winter Hazel #D0C68D

Tints of Winter Hazel #D0C68D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.2%

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

R = 38.03%
G = 36.2%
B = 25.78%

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

#D0C68D (or 0xD0C68D) is known color: Winter Hazel. HEX triplet: D0, C6 and 8D. RGB value is (208,198,141). Sum of RGB (Red+Green+Blue) = 208+198+141=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C68D is #2F3972. Grayscale: #C2C2C2. Windows color (decimal): -3094899 or 9291472. OLE color: 9291472.

HSL color Cylindrical-coordinate representation of color #D0C68D: hue angle of 51.04º 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 #D0C68D is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 198 141 -
CMYK 0 0.05 0.32 0.18
HSL 51.04º 0.42% 0.68% -
HSV(B) 51.04º 0.32% 0.82% -
XYZ 51.01 55.72 33.27 -
YUV 194.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 208 198 141 0 0.05 0.32 0.18 51.04 0.42 0.68
Hex D0 C6 8D 0 5 20 12 33 2A 44
Octal 320 306 215 0 5 40 22 63 52 104
Binary 11010000 11000110 10001101 0 101 100000 10010 110011 101010 1000100

Color Harmonies of #D0C68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C68D

Black with #D0C68D

Text Example


Text Example

White with #D0C68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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