Html Css Color HEX #DC7276 Froly

📋 copy color: '#DC7276'

red 220 ◦ green 114 ◦ blue 118

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

Shades of Froly #DC7276

Tints of Froly #DC7276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.22%

 BLUE value IS 118 (46.48% from 255) = 26.11%

R = 48.67%
G = 25.22%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC7276 (or 0xDC7276) is known color: Froly. HEX triplet: DC, 72 and 76. RGB value is (220,114,118). Sum of RGB (Red+Green+Blue) = 220+114+118=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7276 is #238D89. Grayscale: #929292. Windows color (decimal): -2329994 or 7762652. OLE color: 7762652.

HSL color Cylindrical-coordinate representation of color #DC7276: hue angle of 357.74º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7276 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 118 -
CMYK 0 0.48 0.46 0.14
HSL 357.74º 0.6% 0.65% -
HSV(B) 357.74º 0.48% 0.86% -
XYZ 38.8 28.56 20.61 -
YUV 146.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 220 114 118 0 0.48 0.46 0.14 357.74 0.6 0.65
Hex DC 72 76 0 30 2E E 166 3C 41
Octal 334 162 166 0 60 56 16 546 74 101
Binary 11011100 1110010 1110110 0 110000 101110 1110 101100110 111100 1000001

Color Harmonies of #DC7276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7276

Black with #DC7276

Text Example


Text Example

White with #DC7276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7276; }

 p { color: rgb(220,114,118); }

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

background-color css

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

 a { background-color: rgb(220,114,118); }

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

border-color css

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

 span { border-color: rgb(220,114,118); }

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