Html Css Color HEX #D4D0CD Swiss Coffee

📋 copy color: '#D4D0CD'

red 212 ◦ green 208 ◦ blue 205

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

Shades of Swiss Coffee #D4D0CD

Tints of Swiss Coffee #D4D0CD

RGB

 RED value IS 212 (83.2% from 255) = 33.92%

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

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

R = 33.92%
G = 33.28%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D4D0CD (or 0xD4D0CD) is known color: Swiss Coffee. HEX triplet: D4, D0 and CD. RGB value is (212,208,205). Sum of RGB (Red+Green+Blue) = 212+208+205=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D0CD is #2B2F32. Grayscale: #D0D0D0. Windows color (decimal): -2830131 or 13488340. OLE color: 13488340.

HSL color Cylindrical-coordinate representation of color #D4D0CD: hue angle of 25.71º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4D0CD is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 208 205 -
CMYK 0 0.02 0.03 0.17
HSL 25.71º 0.08% 0.82% -
HSV(B) 25.71º 0.03% 0.83% -
XYZ 60.73 63.52 66.82 -
YUV 208.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 212 208 205 0 0.02 0.03 0.17 25.71 0.08 0.82
Hex D4 D0 CD 0 2 3 11 1A 8 52
Octal 324 320 315 0 2 3 21 32 10 122
Binary 11010100 11010000 11001101 0 10 11 10001 11010 1000 1010010

Color Harmonies of #D4D0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D0CD

Black with #D4D0CD

Text Example


Text Example

White with #D4D0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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