Html Css Color HEX #DA676C Froly

📋 copy color: '#DA676C'

red 218 ◦ green 103 ◦ blue 108

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

Shades of Froly #DA676C

Tints of Froly #DA676C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 50.82%
G = 24.01%
B = 25.17%

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

#DA676C (or 0xDA676C) is known color: Froly. HEX triplet: DA, 67 and 6C. RGB value is (218,103,108). Sum of RGB (Red+Green+Blue) = 218+103+108=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA676C is #259893. Grayscale: #8A8A8A. Windows color (decimal): -2463892 or 7104474. OLE color: 7104474.

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

Color convert

RGB 218 103 108 -
CMYK 0 0.53 0.50 0.15
HSL 357.39º 0.61% 0.63% -
HSV(B) 357.39º 0.53% 0.85% -
XYZ 36.47 25.69 17.22 -
YUV 137.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 218 103 108 0 0.53 0.50 0.15 357.39 0.61 0.63
Hex DA 67 6C 0 35 32 F 165 3D 3F
Octal 332 147 154 0 65 62 17 545 75 77
Binary 11011010 1100111 1101100 0 110101 110010 1111 101100101 111101 111111

Color Harmonies of #DA676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA676C

Black with #DA676C

Text Example


Text Example

White with #DA676C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA676C; }

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

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

background-color css

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

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

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

border-color css

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

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

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