Html Css Color HEX #DA6146 Flamingo

📋 copy color: '#DA6146'

red 218 ◦ green 97 ◦ blue 70

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

Shades of Flamingo #DA6146

Tints of Flamingo #DA6146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.19%

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

R = 56.62%
G = 25.19%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA6146 (or 0xDA6146) is known color: Flamingo. HEX triplet: DA, 61 and 46. RGB value is (218,97,70). Sum of RGB (Red+Green+Blue) = 218+97+70=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6146 is #259EB9. Grayscale: #828282. Windows color (decimal): -2465466 or 4612570. OLE color: 4612570.

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

Color convert

RGB 218 97 70 -
CMYK 0 0.56 0.68 0.15
HSL 10.95º 0.67% 0.56% -
HSV(B) 10.95º 0.68% 0.85% -
XYZ 34.29 23.9 8.6 -
YUV 130.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 218 97 70 0 0.56 0.68 0.15 10.95 0.67 0.56
Hex DA 61 46 0 38 44 F B 43 38
Octal 332 141 106 0 70 104 17 13 103 70
Binary 11011010 1100001 1000110 0 111000 1000100 1111 1011 1000011 111000

Color Harmonies of #DA6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6146

Black with #DA6146

Text Example


Text Example

White with #DA6146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6146; }

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

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

background-color css

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

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

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

border-color css

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

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

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