Html Css Color HEX #DE6044 Flamingo

📋 copy color: '#DE6044'

red 222 ◦ green 96 ◦ blue 68

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

Shades of Flamingo #DE6044

Tints of Flamingo #DE6044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.87%

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

R = 57.51%
G = 24.87%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE6044 (or 0xDE6044) is known color: Flamingo. HEX triplet: DE, 60 and 44. RGB value is (222,96,68). Sum of RGB (Red+Green+Blue) = 222+96+68=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6044 is #219FBB. Grayscale: #828282. Windows color (decimal): -2203580 or 4481246. OLE color: 4481246.

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

Color convert

RGB 222 96 68 -
CMYK 0 0.57 0.69 0.13
HSL 10.91º 0.7% 0.57% -
HSV(B) 10.91º 0.69% 0.87% -
XYZ 35.35 24.31 8.3 -
YUV 130.48 92.74 193.28 -
System Red Green Blue C M Y K H S L
Decimal 222 96 68 0 0.57 0.69 0.13 10.91 0.7 0.57
Hex DE 60 44 0 39 45 D B 46 39
Octal 336 140 104 0 71 105 15 13 106 71
Binary 11011110 1100000 1000100 0 111001 1000101 1101 1011 1000110 111001

Color Harmonies of #DE6044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6044

Black with #DE6044

Text Example


Text Example

White with #DE6044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6044; }

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

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

background-color css

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

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

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

border-color css

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

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

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