Html Css Color HEX #DE6547 Flamingo

📋 copy color: '#DE6547'

red 222 ◦ green 101 ◦ blue 71

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

Shades of Flamingo #DE6547

Tints of Flamingo #DE6547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.63%

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

R = 56.35%
G = 25.63%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE6547 (or 0xDE6547) is known color: Flamingo. HEX triplet: DE, 65 and 47. RGB value is (222,101,71). Sum of RGB (Red+Green+Blue) = 222+101+71=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6547 is #219AB8. Grayscale: #868686. Windows color (decimal): -2202297 or 4679134. OLE color: 4679134.

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

Color convert

RGB 222 101 71 -
CMYK 0 0.55 0.68 0.13
HSL 11.92º 0.7% 0.57% -
HSV(B) 11.92º 0.68% 0.87% -
XYZ 35.92 25.29 8.95 -
YUV 133.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 222 101 71 0 0.55 0.68 0.13 11.92 0.7 0.57
Hex DE 65 47 0 37 44 D C 46 39
Octal 336 145 107 0 67 104 15 14 106 71
Binary 11011110 1100101 1000111 0 110111 1000100 1101 1100 1000110 111001

Color Harmonies of #DE6547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6547

Black with #DE6547

Text Example


Text Example

White with #DE6547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6547; }

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

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

background-color css

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

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

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

border-color css

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

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

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