Html Css Color HEX #DCCAB2 Stark White

📋 copy color: '#DCCAB2'

red 220 ◦ green 202 ◦ blue 178

#DCCAB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stark White #DCCAB2

Tints of Stark White #DCCAB2

RGB

 RED value IS 220 (86.33% from 255) = 36.67%

 GREEN value IS 202 (79.3% from 255) = 33.67%

 BLUE value IS 178 (69.92% from 255) = 29.67%

R = 36.67%
G = 33.67%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DCCAB2 (or 0xDCCAB2) is known color: Stark White. HEX triplet: DC, CA and B2. RGB value is (220,202,178). Sum of RGB (Red+Green+Blue) = 220+202+178=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAB2 is #23354D. Grayscale: #CCCCCC. Windows color (decimal): -2307406 or 11717340. OLE color: 11717340.

HSL color Cylindrical-coordinate representation of color #DCCAB2: hue angle of 34.29º degrees, saturation: 0.38, 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 #DCCAB2 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 178 -
CMYK 0 0.08 0.19 0.14
HSL 34.29º 0.38% 0.78% -
HSV(B) 34.29º 0.19% 0.86% -
XYZ 58.67 60.67 50.74 -
YUV 204.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 220 202 178 0 0.08 0.19 0.14 34.29 0.38 0.78
Hex DC CA B2 0 8 13 E 22 26 4E
Octal 334 312 262 0 10 23 16 42 46 116
Binary 11011100 11001010 10110010 0 1000 10011 1110 100010 100110 1001110

Color Harmonies of #DCCAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAB2

Black with #DCCAB2

Text Example


Text Example

White with #DCCAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAB2; }

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

 H1.HeaderClassName
 {
   color: #DCCAB2;
 }
 .AnyTagClassName
 {
   color: #DCCAB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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