Html Css Color HEX #DCC9B2 Stark White

📋 copy color: '#DCC9B2'

red 220 ◦ green 201 ◦ blue 178

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

Shades of Stark White #DCC9B2

Tints of Stark White #DCC9B2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.56%

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

R = 36.73%
G = 33.56%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DCC9B2 (or 0xDCC9B2) is known color: Stark White. HEX triplet: DC, C9 and B2. RGB value is (220,201,178). Sum of RGB (Red+Green+Blue) = 220+201+178=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC9B2 is #23364D. Grayscale: #CCCCCC. Windows color (decimal): -2307662 or 11717084. OLE color: 11717084.

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

Color convert

RGB 220 201 178 -
CMYK 0 0.09 0.19 0.14
HSL 32.86º 0.38% 0.78% -
HSV(B) 32.86º 0.19% 0.86% -
XYZ 58.44 60.2 50.66 -
YUV 204.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 220 201 178 0 0.09 0.19 0.14 32.86 0.38 0.78
Hex DC C9 B2 0 9 13 E 21 26 4E
Octal 334 311 262 0 11 23 16 41 46 116
Binary 11011100 11001001 10110010 0 1001 10011 1110 100001 100110 1001110

Color Harmonies of #DCC9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC9B2

Black with #DCC9B2

Text Example


Text Example

White with #DCC9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC9B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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