Html Css Color HEX #D6C98A Winter Hazel

📋 copy color: '#D6C98A'

red 214 ◦ green 201 ◦ blue 138

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

Shades of Winter Hazel #D6C98A

Tints of Winter Hazel #D6C98A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.35%

 BLUE value IS 138 (54.3% from 255) = 24.95%

R = 38.7%
G = 36.35%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6C98A (or 0xD6C98A) is known color: Winter Hazel. HEX triplet: D6, C9 and 8A. RGB value is (214,201,138). Sum of RGB (Red+Green+Blue) = 214+201+138=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C98A is #293675. Grayscale: #C5C5C5. Windows color (decimal): -2700918 or 9095638. OLE color: 9095638.

HSL color Cylindrical-coordinate representation of color #D6C98A: hue angle of 49.74º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6C98A is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 201 138 -
CMYK 0 0.06 0.36 0.16
HSL 49.74º 0.48% 0.69% -
HSV(B) 49.74º 0.36% 0.84% -
XYZ 53.21 57.9 32.42 -
YUV 197.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 214 201 138 0 0.06 0.36 0.16 49.74 0.48 0.69
Hex D6 C9 8A 0 6 24 10 32 30 45
Octal 326 311 212 0 6 44 20 62 60 105
Binary 11010110 11001001 10001010 0 110 100100 10000 110010 110000 1000101

Color Harmonies of #D6C98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C98A

Black with #D6C98A

Text Example


Text Example

White with #D6C98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C98A; }

 p { color: rgb(214,201,138); }

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

background-color css

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

 a { background-color: rgb(214,201,138); }

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

border-color css

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

 span { border-color: rgb(214,201,138); }

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