Html Css Color HEX #DC6874 Froly

📋 copy color: '#DC6874'

red 220 ◦ green 104 ◦ blue 116

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

Shades of Froly #DC6874

Tints of Froly #DC6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.64%

 BLUE value IS 116 (45.7% from 255) = 26.36%

R = 50%
G = 23.64%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC6874 (or 0xDC6874) is known color: Froly. HEX triplet: DC, 68 and 74. RGB value is (220,104,116). Sum of RGB (Red+Green+Blue) = 220+104+116=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6874 is #23978B. Grayscale: #8C8C8C. Windows color (decimal): -2332556 or 7629020. OLE color: 7629020.

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

Color convert

RGB 220 104 116 -
CMYK 0 0.53 0.47 0.14
HSL 353.79º 0.62% 0.64% -
HSV(B) 353.79º 0.53% 0.86% -
XYZ 37.62 26.38 19.63 -
YUV 140.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 220 104 116 0 0.53 0.47 0.14 353.79 0.62 0.64
Hex DC 68 74 0 35 2F E 162 3E 40
Octal 334 150 164 0 65 57 16 542 76 100
Binary 11011100 1101000 1110100 0 110101 101111 1110 101100010 111110 1000000

Color Harmonies of #DC6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6874

Black with #DC6874

Text Example


Text Example

White with #DC6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6874; }

 p { color: rgb(220,104,116); }

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

background-color css

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

 a { background-color: rgb(220,104,116); }

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

border-color css

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

 span { border-color: rgb(220,104,116); }

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