Html Css Color HEX #DC667C Froly

📋 copy color: '#DC667C'

red 220 ◦ green 102 ◦ blue 124

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

Shades of Froly #DC667C

Tints of Froly #DC667C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.8%

R = 49.33%
G = 22.87%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC667C (or 0xDC667C) is known color: Froly. HEX triplet: DC, 66 and 7C. RGB value is (220,102,124). Sum of RGB (Red+Green+Blue) = 220+102+124=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC667C is #239983. Grayscale: #8B8B8B. Windows color (decimal): -2333060 or 8152796. OLE color: 8152796.

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

Color convert

RGB 220 102 124 -
CMYK 0 0.54 0.44 0.14
HSL 348.81º 0.63% 0.63% -
HSV(B) 348.81º 0.54% 0.86% -
XYZ 37.9 26.17 22.12 -
YUV 139.79 119.09 185.21 -
System Red Green Blue C M Y K H S L
Decimal 220 102 124 0 0.54 0.44 0.14 348.81 0.63 0.63
Hex DC 66 7C 0 36 2C E 15D 3F 3F
Octal 334 146 174 0 66 54 16 535 77 77
Binary 11011100 1100110 1111100 0 110110 101100 1110 101011101 111111 111111

Color Harmonies of #DC667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC667C

Black with #DC667C

Text Example


Text Example

White with #DC667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC667C; }

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

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

background-color css

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

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

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

border-color css

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

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

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