#DCCB84

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

Shades of Sandwisp #DCCB84

Tints of Sandwisp #DCCB84

Color information

#DCCB84 (or 0xDCCB84) is unknown color: approx Sandwisp. HEX triplet: DC, CB and 84. RGB value is (220,203,132). Sum of RGB (Red+Green+Blue) = 220+203+132=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB84 is #23347B. Grayscale: #C8C8C8. Windows color (decimal): -2307196 or 8702940. OLE color: 8702940.

HSL color Cylindrical-coordinate representation of color #DCCB84: hue angle of 48.41º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCCB84 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220203132-
CMYK00.080.400.14
HSL48.41º55.7%69.02%-
HSV(B)48.41º40%86.27%-
XYZ55.0459.5930.43-
YUV199.9989.63142.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 132 (51.95% from 255) = 23.78%
R=39.64%
G=36.58%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020313200.080.400.1448.4155.769.02
HexDCCB840828E303845
Octal33431320401050166070105
Binary1101110011001011100001000100010100011101100001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB84; }

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

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

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

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

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

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

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

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