Html Css Color HEX #DACECA Swiss Coffee

📋 copy color: '#DACECA'

red 218 ◦ green 206 ◦ blue 202

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

Shades of Swiss Coffee #DACECA

Tints of Swiss Coffee #DACECA

RGB

 RED value IS 218 (85.55% from 255) = 34.82%

 GREEN value IS 206 (80.86% from 255) = 32.91%

 BLUE value IS 202 (79.3% from 255) = 32.27%

R = 34.82%
G = 32.91%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DACECA (or 0xDACECA) is known color: Swiss Coffee. HEX triplet: DA, CE and CA. RGB value is (218,206,202). Sum of RGB (Red+Green+Blue) = 218+206+202=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DACECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACECA is #253135. Grayscale: #D1D1D1. Windows color (decimal): -2437430 or 13291226. OLE color: 13291226.

HSL color Cylindrical-coordinate representation of color #DACECA: hue angle of 15º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DACECA is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 206 202 -
CMYK 0 0.06 0.07 0.15
HSL 15º 0.18% 0.82% -
HSV(B) 15º 0.07% 0.85% -
XYZ 61.65 63.31 64.85 -
YUV 209.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 218 206 202 0 0.06 0.07 0.15 15 0.18 0.82
Hex DA CE CA 0 6 7 F F 12 52
Octal 332 316 312 0 6 7 17 17 22 122
Binary 11011010 11001110 11001010 0 110 111 1111 1111 10010 1010010

Color Harmonies of #DACECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACECA

Black with #DACECA

Text Example


Text Example

White with #DACECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACECA; }

 p { color: rgb(218,206,202); }

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

background-color css

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

 a { background-color: rgb(218,206,202); }

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

border-color css

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

 span { border-color: rgb(218,206,202); }

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