#DCCB83

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

Shades of Sandwisp #DCCB83

Tints of Sandwisp #DCCB83

Color information

#DCCB83 (or 0xDCCB83) is unknown color: approx Sandwisp. HEX triplet: DC, CB and 83. RGB value is (220,203,131). Sum of RGB (Red+Green+Blue) = 220+203+131=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 131 (51.56% from 255 or 23.65% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB83 is #23347C. Grayscale: #C8C8C8. Windows color (decimal): -2307197 or 8637404. OLE color: 8637404.

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

Color convert

RGB220203131-
CMYK00.080.400.14
HSL48.54º55.97%68.82%-
HSV(B)48.54º40.45%86.27%-
XYZ54.9759.5730.07-
YUV199.8789.13142.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 131 (51.56% from 255) = 23.65%
R=39.71%
G=36.64%
B=23.65%

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
Decimal22020313100.080.400.1448.5455.9768.82
HexDCCB830828E313845
Octal33431320301050166170105
Binary1101110011001011100000110100010100011101100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB83; }

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

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

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

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

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

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

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

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