Html Css Color HEX #DA666A Froly

📋 copy color: '#DA666A'

red 218 ◦ green 102 ◦ blue 106

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

Shades of Froly #DA666A

Tints of Froly #DA666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.94%

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

R = 51.17%
G = 23.94%
B = 24.88%

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

#DA666A (or 0xDA666A) is known color: Froly. HEX triplet: DA, 66 and 6A. RGB value is (218,102,106). Sum of RGB (Red+Green+Blue) = 218+102+106=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA666A is #259995. Grayscale: #898989. Windows color (decimal): -2464150 or 6973146. OLE color: 6973146.

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

Color convert

RGB 218 102 106 -
CMYK 0 0.53 0.51 0.15
HSL 357.93º 0.61% 0.63% -
HSV(B) 357.93º 0.53% 0.85% -
XYZ 36.27 25.45 16.64 -
YUV 137.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 218 102 106 0 0.53 0.51 0.15 357.93 0.61 0.63
Hex DA 66 6A 0 35 33 F 166 3D 3F
Octal 332 146 152 0 65 63 17 546 75 77
Binary 11011010 1100110 1101010 0 110101 110011 1111 101100110 111101 111111

Color Harmonies of #DA666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA666A

Black with #DA666A

Text Example


Text Example

White with #DA666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA666A; }

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

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

background-color css

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

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

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

border-color css

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

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

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