#DCC795

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

Shades of Double Colonial White #DCC795

Tints of Double Colonial White #DCC795

Color information

#DCC795 (or 0xDCC795) is unknown color: approx Double Colonial White. HEX triplet: DC, C7 and 95. RGB value is (220,199,149). Sum of RGB (Red+Green+Blue) = 220+199+149=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC795 is #23386A. Grayscale: #C7C7C7. Windows color (decimal): -2308203 or 9816028. OLE color: 9816028.

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

Color convert

RGB220199149-
CMYK00.100.320.14
HSL42.25º50.35%72.35%-
HSV(B)42.25º32.27%86.27%-
XYZ55.3658.2336.76-
YUV199.5899.46142.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 199 (78.12% from 255) = 35.04%
BLUE value IS 149 (58.59% from 255) = 26.23%
R=38.73%
G=35.04%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019914900.100.320.1442.2550.3572.35
HexDCC7950A20E2a3248
Octal33430722501240165262110
Binary1101110011000111100101010101010000011101010101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC795; }

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

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

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

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

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

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

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

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