Html Css Color HEX #DBD3CD Swiss Coffee

📋 copy color: '#DBD3CD'

red 219 ◦ green 211 ◦ blue 205

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

Shades of Swiss Coffee #DBD3CD

Tints of Swiss Coffee #DBD3CD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.23%

 BLUE value IS 205 (80.47% from 255) = 32.28%

R = 34.49%
G = 33.23%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DBD3CD (or 0xDBD3CD) is known color: Swiss Coffee. HEX triplet: DB, D3 and CD. RGB value is (219,211,205). Sum of RGB (Red+Green+Blue) = 219+211+205=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3CD is #242C32. Grayscale: #D4D4D4. Windows color (decimal): -2370611 or 13489115. OLE color: 13489115.

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

Color convert

RGB 219 211 205 -
CMYK 0 0.04 0.06 0.14
HSL 25.71º 0.16% 0.83% -
HSV(B) 25.71º 0.06% 0.86% -
XYZ 63.53 66.06 67.16 -
YUV 212.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 219 211 205 0 0.04 0.06 0.14 25.71 0.16 0.83
Hex DB D3 CD 0 4 6 E 1A 10 53
Octal 333 323 315 0 4 6 16 32 20 123
Binary 11011011 11010011 11001101 0 100 110 1110 11010 10000 1010011

Color Harmonies of #DBD3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD3CD

Black with #DBD3CD

Text Example


Text Example

White with #DBD3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD3CD; }

 p { color: rgb(219,211,205); }

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

background-color css

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

 a { background-color: rgb(219,211,205); }

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

border-color css

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

 span { border-color: rgb(219,211,205); }

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