#DCCD8B

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

Shades of Sandwisp #DCCD8B

Tints of Sandwisp #DCCD8B

Color information

#DCCD8B (or 0xDCCD8B) is unknown color: approx Sandwisp. HEX triplet: DC, CD and 8B. RGB value is (220,205,139). Sum of RGB (Red+Green+Blue) = 220+205+139=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 139 (54.69% from 255 or 24.65% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD8B is #233274. Grayscale: #CACACA. Windows color (decimal): -2306677 or 9162204. OLE color: 9162204.

HSL color Cylindrical-coordinate representation of color #DCCD8B: hue angle of 48.89º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCCD8B is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB220205139-
CMYK00.070.370.14
HSL48.89º53.64%70.39%-
HSV(B)48.89º36.82%86.27%-
XYZ56.0160.7433.2-
YUV201.9692.47140.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 205 (80.47% from 255) = 36.35%
BLUE value IS 139 (54.69% from 255) = 24.65%
R=39.01%
G=36.35%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020513900.070.370.1448.8953.6470.39
HexDCCD8B0725E313646
Octal3343152130745166166106
Binary110111001100110110001011011110010111101100011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD8B; }

 p { color: rgb(220,205,139); }

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

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

 a { background-color: rgb(220,205,139); }

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

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

 span { border-color: rgb(220,205,139); }

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