#DD676A

Color #DD676A Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #DD676A

Tints of Froly #DD676A

Color information

#DD676A (or 0xDD676A) is unknown color: approx Froly. HEX triplet: DD, 67 and 6A. RGB value is (221,103,106). Sum of RGB (Red+Green+Blue) = 221+103+106=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD676A is #229895. Grayscale: #8A8A8A. Windows color (decimal): -2267286 or 6973405. OLE color: 6973405.

HSL color Cylindrical-coordinate representation of color #DD676A: hue angle of 358.47º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD676A is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB221103106-
CMYK00.530.520.13
HSL358.47º63.44%63.53%-
HSV(B)358.47º53.39%86.67%-
XYZ37.2726.1116.71-
YUV138.62109.59186.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.40%
GREEN value IS 103 (40.62% from 255) = 23.95%
BLUE value IS 106 (41.80% from 255) = 24.65%
R=51.40%
G=23.95%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110310600.530.520.13358.4763.4463.53
HexDD676A03534D1663f40
Octal335147152065641554677100
Binary1101110111001111101010011010111010011011011001101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD676A; }

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

 H1.HeaderClassName
 {
   color: #DD676A;
 }
 .AnyTagClassName
 {
   color: #DD676A;
 }
</style>
background-color css

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

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

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

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

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

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