#DCCB8A

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

Shades of Sandwisp #DCCB8A

Tints of Sandwisp #DCCB8A

Color information

#DCCB8A (or 0xDCCB8A) is unknown color: approx Sandwisp. HEX triplet: DC, CB and 8A. RGB value is (220,203,138). Sum of RGB (Red+Green+Blue) = 220+203+138=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB8A is #233475. Grayscale: #C8C8C8. Windows color (decimal): -2307190 or 9096156. OLE color: 9096156.

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

Color convert

RGB220203138-
CMYK00.080.370.14
HSL47.56º53.95%70.2%-
HSV(B)47.56º37.27%86.27%-
XYZ55.4659.7632.66-
YUV200.6792.63141.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 138 (54.30% from 255) = 24.60%
R=39.22%
G=36.19%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020313800.080.370.1447.5653.9570.2
HexDCCB8A0825E303646
Octal33431321201045166066106
Binary1101110011001011100010100100010010111101100001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB8A; }

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

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

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

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

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

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

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

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