#DDCA83

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

Shades of Sandwisp #DDCA83

Tints of Sandwisp #DDCA83

Color information

#DDCA83 (or 0xDDCA83) is unknown color: approx Sandwisp. HEX triplet: DD, CA and 83. RGB value is (221,202,131). Sum of RGB (Red+Green+Blue) = 221+202+131=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 131 (51.56% from 255 or 23.65% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCA83 is #22357C. Grayscale: #C7C7C7. Windows color (decimal): -2241917 or 8637149. OLE color: 8637149.

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

Color convert

RGB221202131-
CMYK00.090.410.13
HSL47.33º56.96%69.02%-
HSV(B)47.33º40.72%86.67%-
XYZ55.0459.2530.01-
YUV199.5989.29143.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 131 (51.56% from 255) = 23.65%
R=39.89%
G=36.46%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120213100.090.410.1347.3356.9669.02
HexDDCA830929D2f3945
Octal33531220301151155771105
Binary1101110111001010100000110100110100111011011111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA83; }

 p { color: rgb(221,202,131); }

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

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

 a { background-color: rgb(221,202,131); }

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

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

 span { border-color: rgb(221,202,131); }

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