#DCCC8A

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

Shades of Sandwisp #DCCC8A

Tints of Sandwisp #DCCC8A

Color information

#DCCC8A (or 0xDCCC8A) is unknown color: approx Sandwisp. HEX triplet: DC, CC and 8A. RGB value is (220,204,138). Sum of RGB (Red+Green+Blue) = 220+204+138=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC8A is #233375. Grayscale: #C9C9C9. Windows color (decimal): -2306934 or 9096412. OLE color: 9096412.

HSL color Cylindrical-coordinate representation of color #DCCC8A: hue angle of 48.29º 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 #DCCC8A is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB220204138-
CMYK00.070.370.14
HSL48.29º53.95%70.2%-
HSV(B)48.29º37.27%86.27%-
XYZ55.760.2432.74-
YUV201.2692.3141.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 204 (80.08% from 255) = 36.30%
BLUE value IS 138 (54.30% from 255) = 24.56%
R=39.15%
G=36.30%
B=24.56%

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
Decimal22020413800.070.370.1448.2953.9570.2
HexDCCC8A0725E303646
Octal3343142120745166066106
Binary110111001100110010001010011110010111101100001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC8A; }

 p { color: rgb(220,204,138); }

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

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

 a { background-color: rgb(220,204,138); }

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

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

 span { border-color: rgb(220,204,138); }

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