Html Css Color HEX #DC666A Froly

📋 copy color: '#DC666A'

red 220 ◦ green 102 ◦ blue 106

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

Shades of Froly #DC666A

Tints of Froly #DC666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.83%

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

R = 51.4%
G = 23.83%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC666A (or 0xDC666A) is known color: Froly. HEX triplet: DC, 66 and 6A. RGB value is (220,102,106). Sum of RGB (Red+Green+Blue) = 220+102+106=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC666A is #239995. Grayscale: #898989. Windows color (decimal): -2333078 or 6973148. OLE color: 6973148.

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

Color convert

RGB 220 102 106 -
CMYK 0 0.54 0.52 0.14
HSL 357.97º 0.63% 0.63% -
HSV(B) 357.97º 0.54% 0.86% -
XYZ 36.87 25.76 16.66 -
YUV 137.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 220 102 106 0 0.54 0.52 0.14 357.97 0.63 0.63
Hex DC 66 6A 0 36 34 E 166 3F 3F
Octal 334 146 152 0 66 64 16 546 77 77
Binary 11011100 1100110 1101010 0 110110 110100 1110 101100110 111111 111111

Color Harmonies of #DC666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC666A

Black with #DC666A

Text Example


Text Example

White with #DC666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC666A; }

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

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

background-color css

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

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

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

border-color css

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

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

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