#DDCA93

Color #DDCA93 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #DDCA93

Tints of Double Colonial White #DDCA93

Color information

#DDCA93 (or 0xDDCA93) is unknown color: approx Double Colonial White. HEX triplet: DD, CA and 93. RGB value is (221,202,147). Sum of RGB (Red+Green+Blue) = 221+202+147=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCA93 is #22356C. Grayscale: #C9C9C9. Windows color (decimal): -2241901 or 9685725. OLE color: 9685725.

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

Color convert

RGB221202147-
CMYK00.090.330.13
HSL44.59º52.11%72.16%-
HSV(B)44.59º33.48%86.67%-
XYZ56.2159.7236.17-
YUV201.4197.29141.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 147 (57.81% from 255) = 25.79%
R=38.77%
G=35.44%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120214700.090.330.1344.5952.1172.16
HexDDCA930921D2d3448
Octal33531222301141155564110
Binary1101110111001010100100110100110000111011011011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA93; }

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

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

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

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

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

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

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

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