Html Css Color HEX #DE6546 Flamingo

📋 copy color: '#DE6546'

red 222 ◦ green 101 ◦ blue 70

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

Shades of Flamingo #DE6546

Tints of Flamingo #DE6546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.81%

R = 56.49%
G = 25.7%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE6546 (or 0xDE6546) is known color: Flamingo. HEX triplet: DE, 65 and 46. RGB value is (222,101,70). Sum of RGB (Red+Green+Blue) = 222+101+70=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6546 is #219AB9. Grayscale: #858585. Windows color (decimal): -2202298 or 4613598. OLE color: 4613598.

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

Color convert

RGB 222 101 70 -
CMYK 0 0.55 0.68 0.13
HSL 12.24º 0.7% 0.57% -
HSV(B) 12.24º 0.68% 0.87% -
XYZ 35.88 25.28 8.78 -
YUV 133.65 92.09 191.02 -
System Red Green Blue C M Y K H S L
Decimal 222 101 70 0 0.55 0.68 0.13 12.24 0.7 0.57
Hex DE 65 46 0 37 44 D C 46 39
Octal 336 145 106 0 67 104 15 14 106 71
Binary 11011110 1100101 1000110 0 110111 1000100 1101 1100 1000110 111001

Color Harmonies of #DE6546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6546

Black with #DE6546

Text Example


Text Example

White with #DE6546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6546; }

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

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

background-color css

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

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

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

border-color css

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

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

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