#DCC89D

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

Shades of Raffia #DCC89D

Tints of Raffia #DCC89D

Color information

#DCC89D (or 0xDCC89D) is unknown color: approx Raffia. HEX triplet: DC, C8 and 9D. RGB value is (220,200,157). Sum of RGB (Red+Green+Blue) = 220+200+157=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC89D is #233762. Grayscale: #C9C9C9. Windows color (decimal): -2307939 or 10340572. OLE color: 10340572.

HSL color Cylindrical-coordinate representation of color #DCC89D: hue angle of 40.95º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCC89D is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220200157-
CMYK00.090.290.14
HSL40.95º47.37%73.92%-
HSV(B)40.95º28.64%86.27%-
XYZ56.2658.9640.31-
YUV201.08103.13141.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 200 (78.52% from 255) = 34.66%
BLUE value IS 157 (61.72% from 255) = 27.21%
R=38.13%
G=34.66%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020015700.090.290.1440.9547.3773.92
HexDCC89D091DE292f4a
Octal33431023501135165157112
Binary110111001100100010011101010011110111101010011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC89D; }

 p { color: rgb(220,200,157); }

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

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

 a { background-color: rgb(220,200,157); }

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

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

 span { border-color: rgb(220,200,157); }

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