Html Css Color HEX #DE6551 Flamingo

📋 copy color: '#DE6551'

red 222 ◦ green 101 ◦ blue 81

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

Shades of Flamingo #DE6551

Tints of Flamingo #DE6551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.05%

R = 54.95%
G = 25%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE6551 (or 0xDE6551) is known color: Flamingo. HEX triplet: DE, 65 and 51. RGB value is (222,101,81). Sum of RGB (Red+Green+Blue) = 222+101+81=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6551 is #219AAE. Grayscale: #878787. Windows color (decimal): -2202287 or 5334494. OLE color: 5334494.

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

Color convert

RGB 222 101 81 -
CMYK 0 0.55 0.64 0.13
HSL 8.51º 0.68% 0.59% -
HSV(B) 8.51º 0.64% 0.87% -
XYZ 36.26 25.43 10.78 -
YUV 134.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 222 101 81 0 0.55 0.64 0.13 8.51 0.68 0.59
Hex DE 65 51 0 37 40 D 9 44 3B
Octal 336 145 121 0 67 100 15 11 104 73
Binary 11011110 1100101 1010001 0 110111 1000000 1101 1001 1000100 111011

Color Harmonies of #DE6551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6551

Black with #DE6551

Text Example


Text Example

White with #DE6551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6551; }

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

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

background-color css

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

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

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

border-color css

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

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

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