Html Css Color HEX #DA676E Froly

📋 copy color: '#DA676E'

red 218 ◦ green 103 ◦ blue 110

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

Shades of Froly #DA676E

Tints of Froly #DA676E

RGB

 RED value IS 218 (85.55% from 255) = 50.58%

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

 BLUE value IS 110 (43.36% from 255) = 25.52%

R = 50.58%
G = 23.9%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA676E (or 0xDA676E) is known color: Froly. HEX triplet: DA, 67 and 6E. RGB value is (218,103,110). Sum of RGB (Red+Green+Blue) = 218+103+110=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA676E is #259891. Grayscale: #8A8A8A. Windows color (decimal): -2463890 or 7235546. OLE color: 7235546.

HSL color Cylindrical-coordinate representation of color #DA676E: hue angle of 356.35º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA676E is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 103 110 -
CMYK 0 0.53 0.50 0.15
HSL 356.35º 0.61% 0.63% -
HSV(B) 356.35º 0.53% 0.85% -
XYZ 36.58 25.73 17.79 -
YUV 138.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 218 103 110 0 0.53 0.50 0.15 356.35 0.61 0.63
Hex DA 67 6E 0 35 32 F 164 3D 3F
Octal 332 147 156 0 65 62 17 544 75 77
Binary 11011010 1100111 1101110 0 110101 110010 1111 101100100 111101 111111

Color Harmonies of #DA676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA676E

Black with #DA676E

Text Example


Text Example

White with #DA676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA676E; }

 p { color: rgb(218,103,110); }

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

background-color css

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

 a { background-color: rgb(218,103,110); }

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

border-color css

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

 span { border-color: rgb(218,103,110); }

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