Html Css Color HEX #D6C481 Winter Hazel

📋 copy color: '#D6C481'

red 214 ◦ green 196 ◦ blue 129

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

Shades of Winter Hazel #D6C481

Tints of Winter Hazel #D6C481

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.36%

 BLUE value IS 129 (50.78% from 255) = 23.93%

R = 39.7%
G = 36.36%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D6C481 (or 0xD6C481) is known color: Winter Hazel. HEX triplet: D6, C4 and 81. RGB value is (214,196,129). Sum of RGB (Red+Green+Blue) = 214+196+129=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C481 is #293B7E. Grayscale: #C2C2C2. Windows color (decimal): -2702207 or 8504534. OLE color: 8504534.

HSL color Cylindrical-coordinate representation of color #D6C481: hue angle of 47.29º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6C481 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 196 129 -
CMYK 0 0.08 0.40 0.16
HSL 47.29º 0.51% 0.67% -
HSV(B) 47.29º 0.4% 0.84% -
XYZ 51.43 55.36 28.74 -
YUV 193.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 214 196 129 0 0.08 0.40 0.16 47.29 0.51 0.67
Hex D6 C4 81 0 8 28 10 2F 33 43
Octal 326 304 201 0 10 50 20 57 63 103
Binary 11010110 11000100 10000001 0 1000 101000 10000 101111 110011 1000011

Color Harmonies of #D6C481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C481

Black with #D6C481

Text Example


Text Example

White with #D6C481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C481; }

 p { color: rgb(214,196,129); }

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

background-color css

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

 a { background-color: rgb(214,196,129); }

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

border-color css

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

 span { border-color: rgb(214,196,129); }

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