Html Css Color HEX #DC6A72 Froly

📋 copy color: '#DC6A72'

red 220 ◦ green 106 ◦ blue 114

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

Shades of Froly #DC6A72

Tints of Froly #DC6A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.09%

 BLUE value IS 114 (44.92% from 255) = 25.91%

R = 50%
G = 24.09%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC6A72 (or 0xDC6A72) is known color: Froly. HEX triplet: DC, 6A and 72. RGB value is (220,106,114). Sum of RGB (Red+Green+Blue) = 220+106+114=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A72 is #23958D. Grayscale: #8D8D8D. Windows color (decimal): -2332046 or 7498460. OLE color: 7498460.

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

Color convert

RGB 220 106 114 -
CMYK 0 0.52 0.48 0.14
HSL 355.79º 0.62% 0.64% -
HSV(B) 355.79º 0.52% 0.86% -
XYZ 37.71 26.74 19.09 -
YUV 141 112.77 184.35 -
System Red Green Blue C M Y K H S L
Decimal 220 106 114 0 0.52 0.48 0.14 355.79 0.62 0.64
Hex DC 6A 72 0 34 30 E 164 3E 40
Octal 334 152 162 0 64 60 16 544 76 100
Binary 11011100 1101010 1110010 0 110100 110000 1110 101100100 111110 1000000

Color Harmonies of #DC6A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A72

Black with #DC6A72

Text Example


Text Example

White with #DC6A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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