#DCCB8D

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

Shades of Sandwisp #DCCB8D

Tints of Sandwisp #DCCB8D

Color information

#DCCB8D (or 0xDCCB8D) is unknown color: approx Sandwisp. HEX triplet: DC, CB and 8D. RGB value is (220,203,141). Sum of RGB (Red+Green+Blue) = 220+203+141=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB8D is #233472. Grayscale: #C9C9C9. Windows color (decimal): -2307187 or 9292764. OLE color: 9292764.

HSL color Cylindrical-coordinate representation of color #DCCB8D: hue angle of 47.09º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCCB8D is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220203141-
CMYK00.080.360.14
HSL47.09º53.02%70.78%-
HSV(B)47.09º35.91%86.27%-
XYZ55.6859.8533.82-
YUV201.0294.13141.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 141 (55.47% from 255) = 25%
R=39.01%
G=35.99%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020314100.080.360.1447.0953.0270.78
HexDCCB8D0824E2f3547
Octal33431321501044165765107
Binary1101110011001011100011010100010010011101011111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB8D; }

 p { color: rgb(220,203,141); }

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

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

 a { background-color: rgb(220,203,141); }

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

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

 span { border-color: rgb(220,203,141); }

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