Html Css Color HEX #DA666D Froly

📋 copy color: '#DA666D'

red 218 ◦ green 102 ◦ blue 109

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

Shades of Froly #DA666D

Tints of Froly #DA666D

RGB

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

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

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

R = 50.82%
G = 23.78%
B = 25.41%

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

#DA666D (or 0xDA666D) is known color: Froly. HEX triplet: DA, 66 and 6D. RGB value is (218,102,109). Sum of RGB (Red+Green+Blue) = 218+102+109=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA666D is #259992. Grayscale: #898989. Windows color (decimal): -2464147 or 7169754. OLE color: 7169754.

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

Color convert

RGB 218 102 109 -
CMYK 0 0.53 0.5 0.15
HSL 356.38º 0.61% 0.63% -
HSV(B) 356.38º 0.53% 0.85% -
XYZ 36.43 25.51 17.47 -
YUV 137.48 111.93 185.43 -
System Red Green Blue C M Y K H S L
Decimal 218 102 109 0 0.53 0.5 0.15 356.38 0.61 0.63
Hex DA 66 6D 0 35 32 F 164 3D 3F
Octal 332 146 155 0 65 62 17 544 75 77
Binary 11011010 1100110 1101101 0 110101 110010 1111 101100100 111101 111111

Color Harmonies of #DA666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA666D

Black with #DA666D

Text Example


Text Example

White with #DA666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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