Html Css Color HEX #D6C48A Winter Hazel

📋 copy color: '#D6C48A'

red 214 ◦ green 196 ◦ blue 138

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

Shades of Winter Hazel #D6C48A

Tints of Winter Hazel #D6C48A

RGB

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

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

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

R = 39.05%
G = 35.77%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6C48A (or 0xD6C48A) is known color: Winter Hazel. HEX triplet: D6, C4 and 8A. RGB value is (214,196,138). Sum of RGB (Red+Green+Blue) = 214+196+138=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C48A is #293B75. Grayscale: #C3C3C3. Windows color (decimal): -2702198 or 9094358. OLE color: 9094358.

HSL color Cylindrical-coordinate representation of color #D6C48A: hue angle of 45.79º 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 #D6C48A is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 196 138 -
CMYK 0 0.08 0.36 0.16
HSL 45.79º 0.48% 0.69% -
HSV(B) 45.79º 0.36% 0.84% -
XYZ 52.06 55.61 32.03 -
YUV 194.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 214 196 138 0 0.08 0.36 0.16 45.79 0.48 0.69
Hex D6 C4 8A 0 8 24 10 2E 30 45
Octal 326 304 212 0 10 44 20 56 60 105
Binary 11010110 11000100 10001010 0 1000 100100 10000 101110 110000 1000101

Color Harmonies of #D6C48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C48A

Black with #D6C48A

Text Example


Text Example

White with #D6C48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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