Html Css Color HEX #D6C68B Winter Hazel

📋 copy color: '#D6C68B'

red 214 ◦ green 198 ◦ blue 139

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

Shades of Winter Hazel #D6C68B

Tints of Winter Hazel #D6C68B

RGB

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

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

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

R = 38.84%
G = 35.93%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6C68B (or 0xD6C68B) is known color: Winter Hazel. HEX triplet: D6, C6 and 8B. RGB value is (214,198,139). Sum of RGB (Red+Green+Blue) = 214+198+139=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 139 (54.69% from 255 or 25.23% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C68B is #293974. Grayscale: #C4C4C4. Windows color (decimal): -2701685 or 9160406. OLE color: 9160406.

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

Color convert

RGB 214 198 139 -
CMYK 0 0.07 0.35 0.16
HSL 47.2º 0.48% 0.69% -
HSV(B) 47.2º 0.35% 0.84% -
XYZ 52.59 56.55 32.57 -
YUV 196.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 214 198 139 0 0.07 0.35 0.16 47.2 0.48 0.69
Hex D6 C6 8B 0 7 23 10 2F 30 45
Octal 326 306 213 0 7 43 20 57 60 105
Binary 11010110 11000110 10001011 0 111 100011 10000 101111 110000 1000101

Color Harmonies of #D6C68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C68B

Black with #D6C68B

Text Example


Text Example

White with #D6C68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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