Html Css Color HEX #DC676B Froly

📋 copy color: '#DC676B'

red 220 ◦ green 103 ◦ blue 107

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

Shades of Froly #DC676B

Tints of Froly #DC676B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.95%

 BLUE value IS 107 (42.19% from 255) = 24.88%

R = 51.16%
G = 23.95%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC676B (or 0xDC676B) is known color: Froly. HEX triplet: DC, 67 and 6B. RGB value is (220,103,107). Sum of RGB (Red+Green+Blue) = 220+103+107=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC676B is #239894. Grayscale: #8A8A8A. Windows color (decimal): -2332821 or 7038940. OLE color: 7038940.

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

Color convert

RGB 220 103 107 -
CMYK 0 0.53 0.51 0.14
HSL 357.95º 0.63% 0.63% -
HSV(B) 357.95º 0.53% 0.86% -
XYZ 37.02 25.98 16.97 -
YUV 138.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 220 103 107 0 0.53 0.51 0.14 357.95 0.63 0.63
Hex DC 67 6B 0 35 33 E 166 3F 3F
Octal 334 147 153 0 65 63 16 546 77 77
Binary 11011100 1100111 1101011 0 110101 110011 1110 101100110 111111 111111

Color Harmonies of #DC676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC676B

Black with #DC676B

Text Example


Text Example

White with #DC676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC676B; }

 p { color: rgb(220,103,107); }

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

background-color css

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

 a { background-color: rgb(220,103,107); }

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

border-color css

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

 span { border-color: rgb(220,103,107); }

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