Html Css Color HEX #D6C48B Winter Hazel

📋 copy color: '#D6C48B'

red 214 ◦ green 196 ◦ blue 139

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

Shades of Winter Hazel #D6C48B

Tints of Winter Hazel #D6C48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.32%

R = 38.98%
G = 35.7%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6C48B (or 0xD6C48B) is known color: Winter Hazel. HEX triplet: D6, C4 and 8B. RGB value is (214,196,139). Sum of RGB (Red+Green+Blue) = 214+196+139=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C48B is #293B74. Grayscale: #C3C3C3. Windows color (decimal): -2702197 or 9159894. OLE color: 9159894.

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

Color convert

RGB 214 196 139 -
CMYK 0 0.08 0.35 0.16
HSL 45.6º 0.48% 0.69% -
HSV(B) 45.6º 0.35% 0.84% -
XYZ 52.13 55.64 32.42 -
YUV 194.88 96.46 141.63 -
System Red Green Blue C M Y K H S L
Decimal 214 196 139 0 0.08 0.35 0.16 45.6 0.48 0.69
Hex D6 C4 8B 0 8 23 10 2E 30 45
Octal 326 304 213 0 10 43 20 56 60 105
Binary 11010110 11000100 10001011 0 1000 100011 10000 101110 110000 1000101

Color Harmonies of #D6C48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C48B

Black with #D6C48B

Text Example


Text Example

White with #D6C48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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