Html Css Color HEX #DE6344 Flamingo

📋 copy color: '#DE6344'

red 222 ◦ green 99 ◦ blue 68

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

Shades of Flamingo #DE6344

Tints of Flamingo #DE6344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.45%

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

R = 57.07%
G = 25.45%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE6344 (or 0xDE6344) is known color: Flamingo. HEX triplet: DE, 63 and 44. RGB value is (222,99,68). Sum of RGB (Red+Green+Blue) = 222+99+68=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6344 is #219CBB. Grayscale: #848484. Windows color (decimal): -2202812 or 4482014. OLE color: 4482014.

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

Color convert

RGB 222 99 68 -
CMYK 0 0.55 0.69 0.13
HSL 12.08º 0.7% 0.57% -
HSV(B) 12.08º 0.69% 0.87% -
XYZ 35.63 24.87 8.39 -
YUV 132.24 91.75 192.02 -
System Red Green Blue C M Y K H S L
Decimal 222 99 68 0 0.55 0.69 0.13 12.08 0.7 0.57
Hex DE 63 44 0 37 45 D C 46 39
Octal 336 143 104 0 67 105 15 14 106 71
Binary 11011110 1100011 1000100 0 110111 1000101 1101 1100 1000110 111001

Color Harmonies of #DE6344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6344

Black with #DE6344

Text Example


Text Example

White with #DE6344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6344; }

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

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

background-color css

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

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

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

border-color css

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

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

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