#DCC69B

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

Shades of Raffia #DCC69B

Tints of Raffia #DCC69B

Color information

#DCC69B (or 0xDCC69B) is unknown color: approx Raffia. HEX triplet: DC, C6 and 9B. RGB value is (220,198,155). Sum of RGB (Red+Green+Blue) = 220+198+155=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC69B is #233964. Grayscale: #C7C7C7. Windows color (decimal): -2308453 or 10208988. OLE color: 10208988.

HSL color Cylindrical-coordinate representation of color #DCC69B: hue angle of 39.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCC69B is Cyan = 0, Magento = 0.1, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220198155-
CMYK00.10.300.14
HSL39.69º48.15%73.53%-
HSV(B)39.69º29.55%86.27%-
XYZ55.6357.9739.27-
YUV199.68102.79142.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 155 (60.94% from 255) = 27.05%
R=38.39%
G=34.55%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019815500.10.300.1439.6948.1573.53
HexDCC69B0A1EE28304a
Octal33430623301236165060112
Binary110111001100011010011011010101111011101010001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC69B; }

 p { color: rgb(220,198,155); }

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

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

 a { background-color: rgb(220,198,155); }

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

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

 span { border-color: rgb(220,198,155); }

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