Html Css Color HEX #DE6247 Flamingo

📋 copy color: '#DE6247'

red 222 ◦ green 98 ◦ blue 71

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

Shades of Flamingo #DE6247

Tints of Flamingo #DE6247

RGB

 RED value IS 222 (87.11% from 255) = 56.78%

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

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

R = 56.78%
G = 25.06%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE6247 (or 0xDE6247) is known color: Flamingo. HEX triplet: DE, 62 and 47. RGB value is (222,98,71). Sum of RGB (Red+Green+Blue) = 222+98+71=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6247 is #219DB8. Grayscale: #848484. Windows color (decimal): -2203065 or 4678366. OLE color: 4678366.

HSL color Cylindrical-coordinate representation of color #DE6247: hue angle of 10.73º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE6247 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 98 71 -
CMYK 0 0.56 0.68 0.13
HSL 10.73º 0.7% 0.57% -
HSV(B) 10.73º 0.68% 0.87% -
XYZ 35.63 24.72 8.85 -
YUV 132 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 222 98 71 0 0.56 0.68 0.13 10.73 0.7 0.57
Hex DE 62 47 0 38 44 D B 46 39
Octal 336 142 107 0 70 104 15 13 106 71
Binary 11011110 1100010 1000111 0 111000 1000100 1101 1011 1000110 111001

Color Harmonies of #DE6247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6247

Black with #DE6247

Text Example


Text Example

White with #DE6247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6247; }

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

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

background-color css

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

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

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

border-color css

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

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

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