#DFCB80

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

Shades of Sandwisp #DFCB80

Tints of Sandwisp #DFCB80

Color information

#DFCB80 (or 0xDFCB80) is unknown color: approx Sandwisp. HEX triplet: DF, CB and 80. RGB value is (223,203,128). Sum of RGB (Red+Green+Blue) = 223+203+128=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB80 is #20347F. Grayscale: #C8C8C8. Windows color (decimal): -2110592 or 8440799. OLE color: 8440799.

HSL color Cylindrical-coordinate representation of color #DFCB80: hue angle of 47.37º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFCB80 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB223203128-
CMYK00.090.430.13
HSL47.37º59.75%68.82%-
HSV(B)47.37º42.6%87.45%-
XYZ55.6859.9629.06-
YUV200.4387.13144.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.25%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 128 (50.39% from 255) = 23.10%
R=40.25%
G=36.64%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320312800.090.430.1347.3759.7568.82
HexDFCB80092BD2f3c45
Octal33731320001153155774105
Binary1101111111001011100000000100110101111011011111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCB80; }

 p { color: rgb(223,203,128); }

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

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

 a { background-color: rgb(223,203,128); }

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

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

 span { border-color: rgb(223,203,128); }

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