Html Css Color HEX #DA6646 Flamingo

📋 copy color: '#DA6646'

red 218 ◦ green 102 ◦ blue 70

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

Shades of Flamingo #DA6646

Tints of Flamingo #DA6646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.95%

R = 55.9%
G = 26.15%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA6646 (or 0xDA6646) is known color: Flamingo. HEX triplet: DA, 66 and 46. RGB value is (218,102,70). Sum of RGB (Red+Green+Blue) = 218+102+70=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6646 is #2599B9. Grayscale: #858585. Windows color (decimal): -2464186 or 4613850. OLE color: 4613850.

HSL color Cylindrical-coordinate representation of color #DA6646: hue angle of 12.97º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA6646 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 102 70 -
CMYK 0 0.53 0.68 0.15
HSL 12.97º 0.67% 0.56% -
HSV(B) 12.97º 0.68% 0.85% -
XYZ 34.77 24.85 8.76 -
YUV 133.04 92.43 188.6 -
System Red Green Blue C M Y K H S L
Decimal 218 102 70 0 0.53 0.68 0.15 12.97 0.67 0.56
Hex DA 66 46 0 35 44 F D 43 38
Octal 332 146 106 0 65 104 17 15 103 70
Binary 11011010 1100110 1000110 0 110101 1000100 1111 1101 1000011 111000

Color Harmonies of #DA6646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6646

Black with #DA6646

Text Example


Text Example

White with #DA6646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6646; }

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

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

background-color css

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

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

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

border-color css

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

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

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