#DECD9B

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

Shades of Double Colonial White #DECD9B

Tints of Double Colonial White #DECD9B

Color information

#DECD9B (or 0xDECD9B) is unknown color: approx Double Colonial White. HEX triplet: DE, CD and 9B. RGB value is (222,205,155). Sum of RGB (Red+Green+Blue) = 222+205+155=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECD9B is #213264. Grayscale: #CCCCCC. Windows color (decimal): -2175589 or 10210782. OLE color: 10210782.

HSL color Cylindrical-coordinate representation of color #DECD9B: hue angle of 44.78º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DECD9B is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222205155-
CMYK00.080.300.13
HSL44.78º50.38%73.92%-
HSV(B)44.78º30.18%87.06%-
XYZ57.8761.5639.84-
YUV204.38100.13140.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.14%
GREEN value IS 205 (80.47% from 255) = 35.22%
BLUE value IS 155 (60.94% from 255) = 26.63%
R=38.14%
G=35.22%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220515500.080.300.1344.7850.3873.92
HexDECD9B081ED2d324a
Octal33631523301036155562112
Binary110111101100110110011011010001111011011011011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECD9B; }

 p { color: rgb(222,205,155); }

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

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

 a { background-color: rgb(222,205,155); }

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

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

 span { border-color: rgb(222,205,155); }

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