#DFCB82

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

Shades of Sandwisp #DFCB82

Tints of Sandwisp #DFCB82

Color information

#DFCB82 (or 0xDFCB82) is unknown color: approx Sandwisp. HEX triplet: DF, CB and 82. RGB value is (223,203,130). Sum of RGB (Red+Green+Blue) = 223+203+130=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB82 is #20347D. Grayscale: #C8C8C8. Windows color (decimal): -2110590 or 8571871. OLE color: 8571871.

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

Color convert

RGB223203130-
CMYK00.090.420.13
HSL47.1º59.24%69.22%-
HSV(B)47.1º41.7%87.45%-
XYZ55.8260.0129.76-
YUV200.6688.13143.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 203 (79.69% from 255) = 36.51%
BLUE value IS 130 (51.17% from 255) = 23.38%
R=40.11%
G=36.51%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320313000.090.420.1347.159.2469.22
HexDFCB82092AD2f3b45
Octal33731320201152155773105
Binary1101111111001011100000100100110101011011011111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCB82; }

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

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

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

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

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

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

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

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