#DCCB81

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

Shades of Sandwisp #DCCB81

Tints of Sandwisp #DCCB81

Color information

#DCCB81 (or 0xDCCB81) is unknown color: approx Sandwisp. HEX triplet: DC, CB and 81. RGB value is (220,203,129). Sum of RGB (Red+Green+Blue) = 220+203+129=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB81 is #23347E. Grayscale: #C7C7C7. Windows color (decimal): -2307199 or 8506332. OLE color: 8506332.

HSL color Cylindrical-coordinate representation of color #DCCB81: hue angle of 48.79º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCCB81 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB220203129-
CMYK00.080.410.14
HSL48.79º56.52%68.43%-
HSV(B)48.79º41.36%86.27%-
XYZ54.8359.5129.37-
YUV199.6588.13142.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 203 (79.69% from 255) = 36.78%
BLUE value IS 129 (50.78% from 255) = 23.37%
R=39.86%
G=36.78%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020312900.080.410.1448.7956.5268.43
HexDCCB810829E313944
Octal33431320101051166171104
Binary1101110011001011100000010100010100111101100011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB81; }

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

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

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

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

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

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

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

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