Html Css Color HEX #DC6266 Froly

📋 copy color: '#DC6266'

red 220 ◦ green 98 ◦ blue 102

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

Shades of Froly #DC6266

Tints of Froly #DC6266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.33%

 BLUE value IS 102 (40.23% from 255) = 24.29%

R = 52.38%
G = 23.33%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC6266 (or 0xDC6266) is known color: Froly. HEX triplet: DC, 62 and 66. RGB value is (220,98,102). Sum of RGB (Red+Green+Blue) = 220+98+102=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6266 is #239D99. Grayscale: #878787. Windows color (decimal): -2334106 or 6709980. OLE color: 6709980.

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

Color convert

RGB 220 98 102 -
CMYK 0 0.55 0.54 0.14
HSL 358.03º 0.64% 0.62% -
HSV(B) 358.03º 0.55% 0.86% -
XYZ 36.28 24.91 15.47 -
YUV 134.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 220 98 102 0 0.55 0.54 0.14 358.03 0.64 0.62
Hex DC 62 66 0 37 36 E 166 40 3E
Octal 334 142 146 0 67 66 16 546 100 76
Binary 11011100 1100010 1100110 0 110111 110110 1110 101100110 1000000 111110

Color Harmonies of #DC6266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6266

Black with #DC6266

Text Example


Text Example

White with #DC6266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6266; }

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

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

background-color css

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

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

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

border-color css

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

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

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