Html Css Color HEX #D5D0CD Swiss Coffee

📋 copy color: '#D5D0CD'

red 213 ◦ green 208 ◦ blue 205

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

Shades of Swiss Coffee #D5D0CD

Tints of Swiss Coffee #D5D0CD

RGB

 RED value IS 213 (83.59% from 255) = 34.03%

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

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

R = 34.03%
G = 33.23%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D5D0CD (or 0xD5D0CD) is known color: Swiss Coffee. HEX triplet: D5, D0 and CD. RGB value is (213,208,205). Sum of RGB (Red+Green+Blue) = 213+208+205=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0CD is #2A2F32. Grayscale: #D1D1D1. Windows color (decimal): -2764595 or 13488341. OLE color: 13488341.

HSL color Cylindrical-coordinate representation of color #D5D0CD: hue angle of 22.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5D0CD is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 208 205 -
CMYK 0 0.02 0.04 0.16
HSL 22.5º 0.09% 0.82% -
HSV(B) 22.5º 0.04% 0.84% -
XYZ 61.02 63.67 66.83 -
YUV 209.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 213 208 205 0 0.02 0.04 0.16 22.5 0.09 0.82
Hex D5 D0 CD 0 2 4 10 16 9 52
Octal 325 320 315 0 2 4 20 26 11 122
Binary 11010101 11010000 11001101 0 10 100 10000 10110 1001 1010010

Color Harmonies of #D5D0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D0CD

Black with #D5D0CD

Text Example


Text Example

White with #D5D0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D0CD; }

 p { color: rgb(213,208,205); }

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

background-color css

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

 a { background-color: rgb(213,208,205); }

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

border-color css

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

 span { border-color: rgb(213,208,205); }

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