Html Css Color HEX #DBD0CB Swiss Coffee

📋 copy color: '#DBD0CB'

red 219 ◦ green 208 ◦ blue 203

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

Shades of Swiss Coffee #DBD0CB

Tints of Swiss Coffee #DBD0CB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.02%

 BLUE value IS 203 (79.69% from 255) = 32.22%

R = 34.76%
G = 33.02%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBD0CB (or 0xDBD0CB) is known color: Swiss Coffee. HEX triplet: DB, D0 and CB. RGB value is (219,208,203). Sum of RGB (Red+Green+Blue) = 219+208+203=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0CB is #242F34. Grayscale: #D2D2D2. Windows color (decimal): -2371381 or 13357275. OLE color: 13357275.

HSL color Cylindrical-coordinate representation of color #DBD0CB: hue angle of 18.75º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBD0CB is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 208 203 -
CMYK 0 0.05 0.07 0.14
HSL 18.75º 0.18% 0.83% -
HSV(B) 18.75º 0.07% 0.86% -
XYZ 62.55 64.48 65.65 -
YUV 210.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 219 208 203 0 0.05 0.07 0.14 18.75 0.18 0.83
Hex DB D0 CB 0 5 7 E 13 12 53
Octal 333 320 313 0 5 7 16 23 22 123
Binary 11011011 11010000 11001011 0 101 111 1110 10011 10010 1010011

Color Harmonies of #DBD0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD0CB

Black with #DBD0CB

Text Example


Text Example

White with #DBD0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD0CB; }

 p { color: rgb(219,208,203); }

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

background-color css

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

 a { background-color: rgb(219,208,203); }

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

border-color css

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

 span { border-color: rgb(219,208,203); }

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