Html Css Color HEX #DD676A Froly

📋 copy color: '#DD676A'

red 221 ◦ green 103 ◦ blue 106

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

Shades of Froly #DD676A

Tints of Froly #DD676A

RGB

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

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

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

R = 51.4%
G = 23.95%
B = 24.65%

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

#DD676A (or 0xDD676A) is known color: 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

RGB 221 103 106 -
CMYK 0 0.53 0.52 0.13
HSL 358.47º 0.63% 0.64% -
HSV(B) 358.47º 0.53% 0.87% -
XYZ 37.27 26.11 16.71 -
YUV 138.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 221 103 106 0 0.53 0.52 0.13 358.47 0.63 0.64
Hex DD 67 6A 0 35 34 D 166 3F 40
Octal 335 147 152 0 65 64 15 546 77 100
Binary 11011101 1100111 1101010 0 110101 110100 1101 101100110 111111 1000000

Color Harmonies of #DD676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD676A

Black with #DD676A

Text Example


Text Example

White with #DD676A

Text Example


Text Example

HTML Codes & Css Web 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>