Html Css Color HEX #DBCAC0 Swiss Coffee

📋 copy color: '#DBCAC0'

red 219 ◦ green 202 ◦ blue 192

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

Shades of Swiss Coffee #DBCAC0

Tints of Swiss Coffee #DBCAC0

RGB

 RED value IS 219 (85.94% from 255) = 35.73%

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

 BLUE value IS 192 (75.39% from 255) = 31.32%

R = 35.73%
G = 32.95%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DBCAC0 (or 0xDBCAC0) is known color: Swiss Coffee. HEX triplet: DB, CA and C0. RGB value is (219,202,192). Sum of RGB (Red+Green+Blue) = 219+202+192=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAC0 is #24353F. Grayscale: #CECECE. Windows color (decimal): -2372928 or 12634843. OLE color: 12634843.

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

Color convert

RGB 219 202 192 -
CMYK 0 0.08 0.12 0.14
HSL 22.22º 0.27% 0.81% -
HSV(B) 22.22º 0.12% 0.86% -
XYZ 59.85 61.11 58.51 -
YUV 205.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 219 202 192 0 0.08 0.12 0.14 22.22 0.27 0.81
Hex DB CA C0 0 8 C E 16 1B 51
Octal 333 312 300 0 10 14 16 26 33 121
Binary 11011011 11001010 11000000 0 1000 1100 1110 10110 11011 1010001

Color Harmonies of #DBCAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCAC0

Black with #DBCAC0

Text Example


Text Example

White with #DBCAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCAC0; }

 p { color: rgb(219,202,192); }

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

background-color css

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

 a { background-color: rgb(219,202,192); }

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

border-color css

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

 span { border-color: rgb(219,202,192); }

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