#DCC694

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

Shades of Raffia #DCC694

Tints of Raffia #DCC694

Color information

#DCC694 (or 0xDCC694) is unknown color: approx Raffia. HEX triplet: DC, C6 and 94. RGB value is (220,198,148). Sum of RGB (Red+Green+Blue) = 220+198+148=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC694 is #23396B. Grayscale: #C7C7C7. Windows color (decimal): -2308460 or 9750236. OLE color: 9750236.

HSL color Cylindrical-coordinate representation of color #DCC694: hue angle of 41.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCC694 is Cyan = 0, Magento = 0.1, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220198148-
CMYK00.10.330.14
HSL41.67º50.7%72.16%-
HSV(B)41.67º32.73%86.27%-
XYZ55.0557.7436.26-
YUV198.8899.29143.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.87%
GREEN value IS 198 (77.73% from 255) = 34.98%
BLUE value IS 148 (58.20% from 255) = 26.15%
R=38.87%
G=34.98%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019814800.10.330.1441.6750.772.16
HexDCC6940A21E2a3348
Octal33430622401241165263110
Binary1101110011000110100101000101010000111101010101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC694; }

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

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

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

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

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

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

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

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