#DCC793

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

Shades of Double Colonial White #DCC793

Tints of Double Colonial White #DCC793

Color information

#DCC793 (or 0xDCC793) is unknown color: approx Double Colonial White. HEX triplet: DC, C7 and 93. RGB value is (220,199,147). Sum of RGB (Red+Green+Blue) = 220+199+147=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC793 is #23386C. Grayscale: #C7C7C7. Windows color (decimal): -2308205 or 9684956. OLE color: 9684956.

HSL color Cylindrical-coordinate representation of color #DCC793: hue angle of 42.74º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCC793 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220199147-
CMYK00.100.330.14
HSL42.74º51.05%71.96%-
HSV(B)42.74º33.18%86.27%-
XYZ55.2158.1735.92-
YUV199.3598.46142.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.87%
GREEN value IS 199 (78.12% from 255) = 35.16%
BLUE value IS 147 (57.81% from 255) = 25.97%
R=38.87%
G=35.16%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019914700.100.330.1442.7451.0571.96
HexDCC7930A21E2b3348
Octal33430722301241165363110
Binary1101110011000111100100110101010000111101010111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC793; }

 p { color: rgb(220,199,147); }

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

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

 a { background-color: rgb(220,199,147); }

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

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

 span { border-color: rgb(220,199,147); }

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