Html Css Color HEX #DD676B Froly

📋 copy color: '#DD676B'

red 221 ◦ green 103 ◦ blue 107

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

Shades of Froly #DD676B

Tints of Froly #DD676B

RGB

 RED value IS 221 (86.72% from 255) = 51.28%

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

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

R = 51.28%
G = 23.9%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD676B (or 0xDD676B) is known color: Froly. HEX triplet: DD, 67 and 6B. RGB value is (221,103,107). Sum of RGB (Red+Green+Blue) = 221+103+107=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD676B is #229894. Grayscale: #8A8A8A. Windows color (decimal): -2267285 or 7038941. OLE color: 7038941.

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

Color convert

RGB 221 103 107 -
CMYK 0 0.53 0.52 0.13
HSL 357.97º 0.63% 0.64% -
HSV(B) 357.97º 0.53% 0.87% -
XYZ 37.32 26.13 16.99 -
YUV 138.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 221 103 107 0 0.53 0.52 0.13 357.97 0.63 0.64
Hex DD 67 6B 0 35 34 D 166 3F 40
Octal 335 147 153 0 65 64 15 546 77 100
Binary 11011101 1100111 1101011 0 110101 110100 1101 101100110 111111 1000000

Color Harmonies of #DD676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD676B

Black with #DD676B

Text Example


Text Example

White with #DD676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD676B; }

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

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

background-color css

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

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

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

border-color css

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

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

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