Html Css Color HEX #DA6247 Flamingo

📋 copy color: '#DA6247'

red 218 ◦ green 98 ◦ blue 71

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

Shades of Flamingo #DA6247

Tints of Flamingo #DA6247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.32%

 BLUE value IS 71 (28.13% from 255) = 18.35%

R = 56.33%
G = 25.32%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA6247 (or 0xDA6247) is known color: Flamingo. HEX triplet: DA, 62 and 47. RGB value is (218,98,71). Sum of RGB (Red+Green+Blue) = 218+98+71=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6247 is #259DB8. Grayscale: #838383. Windows color (decimal): -2465209 or 4678362. OLE color: 4678362.

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

Color convert

RGB 218 98 71 -
CMYK 0 0.55 0.67 0.15
HSL 11.02º 0.67% 0.57% -
HSV(B) 11.02º 0.67% 0.85% -
XYZ 34.42 24.1 8.8 -
YUV 130.8 94.26 190.2 -
System Red Green Blue C M Y K H S L
Decimal 218 98 71 0 0.55 0.67 0.15 11.02 0.67 0.57
Hex DA 62 47 0 37 43 F B 43 39
Octal 332 142 107 0 67 103 17 13 103 71
Binary 11011010 1100010 1000111 0 110111 1000011 1111 1011 1000011 111001

Color Harmonies of #DA6247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6247

Black with #DA6247

Text Example


Text Example

White with #DA6247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6247; }

 p { color: rgb(218,98,71); }

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

background-color css

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

 a { background-color: rgb(218,98,71); }

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

border-color css

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

 span { border-color: rgb(218,98,71); }

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