#DCCAB3

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

Shades of Stark White #DCCAB3

Tints of Stark White #DCCAB3

Color information

#DCCAB3 (or 0xDCCAB3) is unknown color: approx Stark White. HEX triplet: DC, CA and B3. RGB value is (220,202,179). Sum of RGB (Red+Green+Blue) = 220+202+179=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAB3 is #23354C. Grayscale: #CCCCCC. Windows color (decimal): -2307405 or 11782876. OLE color: 11782876.

HSL color Cylindrical-coordinate representation of color #DCCAB3: hue angle of 33.66º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCCAB3 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220202179-
CMYK00.080.190.14
HSL33.66º36.94%78.24%-
HSV(B)33.66º18.64%86.27%-
XYZ58.7760.7151.27-
YUV204.76113.46138.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 179 (70.31% from 255) = 29.78%
R=36.61%
G=33.61%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020217900.080.190.1433.6636.9478.24
HexDCCAB30813E22254e
Octal33431226301023164245116
Binary110111001100101010110011010001001111101000101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAB3; }

 p { color: rgb(220,202,179); }

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

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

 a { background-color: rgb(220,202,179); }

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

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

 span { border-color: rgb(220,202,179); }

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