Html Css Color HEX #D6C68D Winter Hazel

📋 copy color: '#D6C68D'

red 214 ◦ green 198 ◦ blue 141

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

Shades of Winter Hazel #D6C68D

Tints of Winter Hazel #D6C68D

RGB

 RED value IS 214 (83.98% from 255) = 38.7%

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

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

R = 38.7%
G = 35.8%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6C68D (or 0xD6C68D) is known color: Winter Hazel. HEX triplet: D6, C6 and 8D. RGB value is (214,198,141). Sum of RGB (Red+Green+Blue) = 214+198+141=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C68D is #293972. Grayscale: #C4C4C4. Windows color (decimal): -2701683 or 9291478. OLE color: 9291478.

HSL color Cylindrical-coordinate representation of color #D6C68D: hue angle of 46.85º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6C68D is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 141 -
CMYK 0 0.07 0.34 0.16
HSL 46.85º 0.47% 0.7% -
HSV(B) 46.85º 0.34% 0.84% -
XYZ 52.73 56.61 33.35 -
YUV 196.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 214 198 141 0 0.07 0.34 0.16 46.85 0.47 0.7
Hex D6 C6 8D 0 7 22 10 2F 2F 46
Octal 326 306 215 0 7 42 20 57 57 106
Binary 11010110 11000110 10001101 0 111 100010 10000 101111 101111 1000110

Color Harmonies of #D6C68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C68D

Black with #D6C68D

Text Example


Text Example

White with #D6C68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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