Html Css Color HEX #DA676A Froly

📋 copy color: '#DA676A'

red 218 ◦ green 103 ◦ blue 106

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

Shades of Froly #DA676A

Tints of Froly #DA676A

RGB

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

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

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

R = 51.05%
G = 24.12%
B = 24.82%

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

#DA676A (or 0xDA676A) is known color: Froly. HEX triplet: DA, 67 and 6A. RGB value is (218,103,106). Sum of RGB (Red+Green+Blue) = 218+103+106=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA676A is #259895. Grayscale: #898989. Windows color (decimal): -2463894 or 6973402. OLE color: 6973402.

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

Color convert

RGB 218 103 106 -
CMYK 0 0.53 0.51 0.15
HSL 358.43º 0.61% 0.63% -
HSV(B) 358.43º 0.53% 0.85% -
XYZ 36.37 25.65 16.67 -
YUV 137.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 218 103 106 0 0.53 0.51 0.15 358.43 0.61 0.63
Hex DA 67 6A 0 35 33 F 166 3D 3F
Octal 332 147 152 0 65 63 17 546 75 77
Binary 11011010 1100111 1101010 0 110101 110011 1111 101100110 111101 111111

Color Harmonies of #DA676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA676A

Black with #DA676A

Text Example


Text Example

White with #DA676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA676A; }

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

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

background-color css

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

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

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

border-color css

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

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

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