Html Css Color HEX #DBCAC2 Swiss Coffee

📋 copy color: '#DBCAC2'

red 219 ◦ green 202 ◦ blue 194

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

Shades of Swiss Coffee #DBCAC2

Tints of Swiss Coffee #DBCAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.54%

R = 35.61%
G = 32.85%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DBCAC2 (or 0xDBCAC2) is known color: Swiss Coffee. HEX triplet: DB, CA and C2. RGB value is (219,202,194). Sum of RGB (Red+Green+Blue) = 219+202+194=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAC2 is #24353D. Grayscale: #CECECE. Windows color (decimal): -2372926 or 12765915. OLE color: 12765915.

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

Color convert

RGB 219 202 194 -
CMYK 0 0.08 0.11 0.14
HSL 19.2º 0.26% 0.81% -
HSV(B) 19.2º 0.11% 0.86% -
XYZ 60.07 61.2 59.68 -
YUV 206.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 219 202 194 0 0.08 0.11 0.14 19.2 0.26 0.81
Hex DB CA C2 0 8 B E 13 1A 51
Octal 333 312 302 0 10 13 16 23 32 121
Binary 11011011 11001010 11000010 0 1000 1011 1110 10011 11010 1010001

Color Harmonies of #DBCAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCAC2

Black with #DBCAC2

Text Example


Text Example

White with #DBCAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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