Html Css Color HEX #DE6556 Flamingo

📋 copy color: '#DE6556'

red 222 ◦ green 101 ◦ blue 86

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

Shades of Flamingo #DE6556

Tints of Flamingo #DE6556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.03%

R = 54.28%
G = 24.69%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DE6556 (or 0xDE6556) is known color: Flamingo. HEX triplet: DE, 65 and 56. RGB value is (222,101,86). Sum of RGB (Red+Green+Blue) = 222+101+86=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6556 is #219AA9. Grayscale: #878787. Windows color (decimal): -2202282 or 5662174. OLE color: 5662174.

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

Color convert

RGB 222 101 86 -
CMYK 0 0.55 0.61 0.13
HSL 6.62º 0.67% 0.6% -
HSV(B) 6.62º 0.61% 0.87% -
XYZ 36.46 25.51 11.81 -
YUV 135.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 222 101 86 0 0.55 0.61 0.13 6.62 0.67 0.6
Hex DE 65 56 0 37 3D D 7 43 3C
Octal 336 145 126 0 67 75 15 7 103 74
Binary 11011110 1100101 1010110 0 110111 111101 1101 111 1000011 111100

Color Harmonies of #DE6556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6556

Black with #DE6556

Text Example


Text Example

White with #DE6556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6556; }

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

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

background-color css

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

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

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

border-color css

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

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

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