Html Css Color HEX #DC6976 Froly

📋 copy color: '#DC6976'

red 220 ◦ green 105 ◦ blue 118

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

Shades of Froly #DC6976

Tints of Froly #DC6976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.7%

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

R = 49.66%
G = 23.7%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC6976 (or 0xDC6976) is known color: Froly. HEX triplet: DC, 69 and 76. RGB value is (220,105,118). Sum of RGB (Red+Green+Blue) = 220+105+118=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6976 is #239689. Grayscale: #8C8C8C. Windows color (decimal): -2332298 or 7760348. OLE color: 7760348.

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

Color convert

RGB 220 105 118 -
CMYK 0 0.52 0.46 0.14
HSL 353.22º 0.62% 0.64% -
HSV(B) 353.22º 0.52% 0.86% -
XYZ 37.84 26.63 20.28 -
YUV 140.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 220 105 118 0 0.52 0.46 0.14 353.22 0.62 0.64
Hex DC 69 76 0 34 2E E 161 3E 40
Octal 334 151 166 0 64 56 16 541 76 100
Binary 11011100 1101001 1110110 0 110100 101110 1110 101100001 111110 1000000

Color Harmonies of #DC6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6976

Black with #DC6976

Text Example


Text Example

White with #DC6976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6976; }

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

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

background-color css

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

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

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

border-color css

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

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

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