Html Css Color HEX #DC666B Froly

📋 copy color: '#DC666B'

red 220 ◦ green 102 ◦ blue 107

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

Shades of Froly #DC666B

Tints of Froly #DC666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.94%

R = 51.28%
G = 23.78%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC666B (or 0xDC666B) is known color: Froly. HEX triplet: DC, 66 and 6B. RGB value is (220,102,107). Sum of RGB (Red+Green+Blue) = 220+102+107=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC666B is #239994. Grayscale: #898989. Windows color (decimal): -2333077 or 7038684. OLE color: 7038684.

HSL color Cylindrical-coordinate representation of color #DC666B: hue angle of 357.46º 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 #DC666B is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 102 107 -
CMYK 0 0.54 0.51 0.14
HSL 357.46º 0.63% 0.63% -
HSV(B) 357.46º 0.54% 0.86% -
XYZ 36.92 25.78 16.94 -
YUV 137.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 220 102 107 0 0.54 0.51 0.14 357.46 0.63 0.63
Hex DC 66 6B 0 36 33 E 165 3F 3F
Octal 334 146 153 0 66 63 16 545 77 77
Binary 11011100 1100110 1101011 0 110110 110011 1110 101100101 111111 111111

Color Harmonies of #DC666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC666B

Black with #DC666B

Text Example


Text Example

White with #DC666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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