Html Css Color HEX #DE6444 Flamingo

📋 copy color: '#DE6444'

red 222 ◦ green 100 ◦ blue 68

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

Shades of Flamingo #DE6444

Tints of Flamingo #DE6444

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.64%

 BLUE value IS 68 (26.95% from 255) = 17.44%

R = 56.92%
G = 25.64%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE6444 (or 0xDE6444) is known color: Flamingo. HEX triplet: DE, 64 and 44. RGB value is (222,100,68). Sum of RGB (Red+Green+Blue) = 222+100+68=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6444 is #219BBB. Grayscale: #858585. Windows color (decimal): -2202556 or 4482270. OLE color: 4482270.

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

Color convert

RGB 222 100 68 -
CMYK 0 0.55 0.69 0.13
HSL 12.47º 0.7% 0.57% -
HSV(B) 12.47º 0.69% 0.87% -
XYZ 35.72 25.06 8.42 -
YUV 132.83 91.42 191.6 -
System Red Green Blue C M Y K H S L
Decimal 222 100 68 0 0.55 0.69 0.13 12.47 0.7 0.57
Hex DE 64 44 0 37 45 D C 46 39
Octal 336 144 104 0 67 105 15 14 106 71
Binary 11011110 1100100 1000100 0 110111 1000101 1101 1100 1000110 111001

Color Harmonies of #DE6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6444

Black with #DE6444

Text Example


Text Example

White with #DE6444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6444; }

 p { color: rgb(222,100,68); }

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

background-color css

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

 a { background-color: rgb(222,100,68); }

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

border-color css

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

 span { border-color: rgb(222,100,68); }

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