Html Css Color HEX #DC6667 Froly

📋 copy color: '#DC6667'

red 220 ◦ green 102 ◦ blue 103

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

Shades of Froly #DC6667

Tints of Froly #DC6667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.24%

R = 51.76%
G = 24%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC6667 (or 0xDC6667) is known color: Froly. HEX triplet: DC, 66 and 67. RGB value is (220,102,103). Sum of RGB (Red+Green+Blue) = 220+102+103=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6667 is #239998. Grayscale: #898989. Windows color (decimal): -2333081 or 6776540. OLE color: 6776540.

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

Color convert

RGB 220 102 103 -
CMYK 0 0.54 0.53 0.14
HSL 359.49º 0.63% 0.63% -
HSV(B) 359.49º 0.54% 0.86% -
XYZ 36.71 25.7 15.86 -
YUV 137.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 220 102 103 0 0.54 0.53 0.14 359.49 0.63 0.63
Hex DC 66 67 0 36 35 E 167 3F 3F
Octal 334 146 147 0 66 65 16 547 77 77
Binary 11011100 1100110 1100111 0 110110 110101 1110 101100111 111111 111111

Color Harmonies of #DC6667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6667

Black with #DC6667

Text Example


Text Example

White with #DC6667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6667; }

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

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

background-color css

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

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

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

border-color css

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

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

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