Html Css Color HEX #DE6144 Flamingo

📋 copy color: '#DE6144'

red 222 ◦ green 97 ◦ blue 68

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

Shades of Flamingo #DE6144

Tints of Flamingo #DE6144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.06%

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

R = 57.36%
G = 25.06%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE6144 (or 0xDE6144) is known color: Flamingo. HEX triplet: DE, 61 and 44. RGB value is (222,97,68). Sum of RGB (Red+Green+Blue) = 222+97+68=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6144 is #219EBB. Grayscale: #838383. Windows color (decimal): -2203324 or 4481502. OLE color: 4481502.

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

Color convert

RGB 222 97 68 -
CMYK 0 0.56 0.69 0.13
HSL 11.3º 0.7% 0.57% -
HSV(B) 11.3º 0.69% 0.87% -
XYZ 35.44 24.5 8.33 -
YUV 131.07 92.41 192.86 -
System Red Green Blue C M Y K H S L
Decimal 222 97 68 0 0.56 0.69 0.13 11.3 0.7 0.57
Hex DE 61 44 0 38 45 D B 46 39
Octal 336 141 104 0 70 105 15 13 106 71
Binary 11011110 1100001 1000100 0 111000 1000101 1101 1011 1000110 111001

Color Harmonies of #DE6144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6144

Black with #DE6144

Text Example


Text Example

White with #DE6144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6144; }

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

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

background-color css

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

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

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

border-color css

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

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

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