#D6C399

Color #D6C399 Raffia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raffia #D6C399

Tints of Raffia #D6C399

Color information

#D6C399 (or 0xD6C399) is unknown color: approx Raffia. HEX triplet: D6, C3 and 99. RGB value is (214,195,153). Sum of RGB (Red+Green+Blue) = 214+195+153=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C399 is #293C66. Grayscale: #C4C4C4. Windows color (decimal): -2702439 or 10077142. OLE color: 10077142.

HSL color Cylindrical-coordinate representation of color #D6C399: hue angle of 41.31º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6C399 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214195153-
CMYK00.090.290.16
HSL41.31º42.66%71.96%-
HSV(B)41.31º28.5%83.92%-
XYZ5355.6338.08-
YUV195.89103.79140.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 195 (76.56% from 255) = 34.70%
BLUE value IS 153 (60.16% from 255) = 27.22%
R=38.08%
G=34.70%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419515300.090.290.1641.3142.6671.96
HexD6C399091D10292b48
Octal32630323101135205153110
Binary1101011011000011100110010100111101100001010011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C399; }

 p { color: rgb(214,195,153); }

 H1.HeaderClassName
 {
   color: #D6C399;
 }
 .AnyTagClassName
 {
   color: #D6C399;
 }
</style>
background-color css

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

 a { background-color: rgb(214,195,153); }

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

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

 span { border-color: rgb(214,195,153); }

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