Html Css Color HEX #DA676D Froly

📋 copy color: '#DA676D'

red 218 ◦ green 103 ◦ blue 109

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

Shades of Froly #DA676D

Tints of Froly #DA676D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.35%

R = 50.7%
G = 23.95%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA676D (or 0xDA676D) is known color: Froly. HEX triplet: DA, 67 and 6D. RGB value is (218,103,109). Sum of RGB (Red+Green+Blue) = 218+103+109=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA676D is #259892. Grayscale: #8A8A8A. Windows color (decimal): -2463891 or 7170010. OLE color: 7170010.

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

Color convert

RGB 218 103 109 -
CMYK 0 0.53 0.5 0.15
HSL 356.87º 0.61% 0.63% -
HSV(B) 356.87º 0.53% 0.85% -
XYZ 36.52 25.71 17.51 -
YUV 138.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 218 103 109 0 0.53 0.5 0.15 356.87 0.61 0.63
Hex DA 67 6D 0 35 32 F 165 3D 3F
Octal 332 147 155 0 65 62 17 545 75 77
Binary 11011010 1100111 1101101 0 110101 110010 1111 101100101 111101 111111

Color Harmonies of #DA676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA676D

Black with #DA676D

Text Example


Text Example

White with #DA676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA676D; }

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

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

background-color css

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

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

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

border-color css

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

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

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