Html Css Color HEX #DC686A Froly

📋 copy color: '#DC686A'

red 220 ◦ green 104 ◦ blue 106

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

Shades of Froly #DC686A

Tints of Froly #DC686A

RGB

 RED value IS 220 (86.33% from 255) = 51.16%

 GREEN value IS 104 (41.02% from 255) = 24.19%

 BLUE value IS 106 (41.8% from 255) = 24.65%

R = 51.16%
G = 24.19%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC686A (or 0xDC686A) is known color: Froly. HEX triplet: DC, 68 and 6A. RGB value is (220,104,106). Sum of RGB (Red+Green+Blue) = 220+104+106=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC686A is #239795. Grayscale: #8B8B8B. Windows color (decimal): -2332566 or 6973660. OLE color: 6973660.

HSL color Cylindrical-coordinate representation of color #DC686A: hue angle of 358.97º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC686A is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 104 106 -
CMYK 0 0.53 0.52 0.14
HSL 358.97º 0.62% 0.64% -
HSV(B) 358.97º 0.53% 0.86% -
XYZ 37.07 26.16 16.73 -
YUV 138.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 220 104 106 0 0.53 0.52 0.14 358.97 0.62 0.64
Hex DC 68 6A 0 35 34 E 167 3E 40
Octal 334 150 152 0 65 64 16 547 76 100
Binary 11011100 1101000 1101010 0 110101 110100 1110 101100111 111110 1000000

Color Harmonies of #DC686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC686A

Black with #DC686A

Text Example


Text Example

White with #DC686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC686A; }

 p { color: rgb(220,104,106); }

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

background-color css

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

 a { background-color: rgb(220,104,106); }

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

border-color css

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

 span { border-color: rgb(220,104,106); }

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