Html Css Color HEX #DA676B Froly

📋 copy color: '#DA676B'

red 218 ◦ green 103 ◦ blue 107

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

Shades of Froly #DA676B

Tints of Froly #DA676B

RGB

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

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

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

R = 50.93%
G = 24.07%
B = 25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA676B (or 0xDA676B) is known color: Froly. HEX triplet: DA, 67 and 6B. RGB value is (218,103,107). Sum of RGB (Red+Green+Blue) = 218+103+107=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA676B is #259894. Grayscale: #898989. Windows color (decimal): -2463893 or 7038938. OLE color: 7038938.

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

Color convert

RGB 218 103 107 -
CMYK 0 0.53 0.51 0.15
HSL 357.91º 0.61% 0.63% -
HSV(B) 357.91º 0.53% 0.85% -
XYZ 36.42 25.67 16.94 -
YUV 137.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 218 103 107 0 0.53 0.51 0.15 357.91 0.61 0.63
Hex DA 67 6B 0 35 33 F 166 3D 3F
Octal 332 147 153 0 65 63 17 546 75 77
Binary 11011010 1100111 1101011 0 110101 110011 1111 101100110 111101 111111

Color Harmonies of #DA676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA676B

Black with #DA676B

Text Example


Text Example

White with #DA676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA676B; }

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

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

background-color css

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

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

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

border-color css

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

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

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