Html Css Color HEX #DC676A Froly

📋 copy color: '#DC676A'

red 220 ◦ green 103 ◦ blue 106

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

Shades of Froly #DC676A

Tints of Froly #DC676A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.71%

R = 51.28%
G = 24.01%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC676A (or 0xDC676A) is known color: Froly. HEX triplet: DC, 67 and 6A. RGB value is (220,103,106). Sum of RGB (Red+Green+Blue) = 220+103+106=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC676A is #239895. Grayscale: #8A8A8A. Windows color (decimal): -2332822 or 6973404. OLE color: 6973404.

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

Color convert

RGB 220 103 106 -
CMYK 0 0.53 0.52 0.14
HSL 358.46º 0.63% 0.63% -
HSV(B) 358.46º 0.53% 0.86% -
XYZ 36.97 25.96 16.7 -
YUV 138.33 109.76 186.26 -
System Red Green Blue C M Y K H S L
Decimal 220 103 106 0 0.53 0.52 0.14 358.46 0.63 0.63
Hex DC 67 6A 0 35 34 E 166 3F 3F
Octal 334 147 152 0 65 64 16 546 77 77
Binary 11011100 1100111 1101010 0 110101 110100 1110 101100110 111111 111111

Color Harmonies of #DC676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC676A

Black with #DC676A

Text Example


Text Example

White with #DC676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC676A; }

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

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

background-color css

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

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

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

border-color css

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

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

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