Html Css Color HEX #DE6554 Flamingo

📋 copy color: '#DE6554'

red 222 ◦ green 101 ◦ blue 84

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

Shades of Flamingo #DE6554

Tints of Flamingo #DE6554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.64%

R = 54.55%
G = 24.82%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DE6554 (or 0xDE6554) is known color: Flamingo. HEX triplet: DE, 65 and 54. RGB value is (222,101,84). Sum of RGB (Red+Green+Blue) = 222+101+84=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6554 is #219AAB. Grayscale: #878787. Windows color (decimal): -2202284 or 5531102. OLE color: 5531102.

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

Color convert

RGB 222 101 84 -
CMYK 0 0.55 0.62 0.13
HSL 7.39º 0.68% 0.6% -
HSV(B) 7.39º 0.62% 0.87% -
XYZ 36.38 25.48 11.39 -
YUV 135.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 222 101 84 0 0.55 0.62 0.13 7.39 0.68 0.6
Hex DE 65 54 0 37 3E D 7 44 3C
Octal 336 145 124 0 67 76 15 7 104 74
Binary 11011110 1100101 1010100 0 110111 111110 1101 111 1000100 111100

Color Harmonies of #DE6554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6554

Black with #DE6554

Text Example


Text Example

White with #DE6554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6554; }

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

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

background-color css

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

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

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

border-color css

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

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

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