Html Css Color HEX #DE6744 Flamingo

📋 copy color: '#DE6744'

red 222 ◦ green 103 ◦ blue 68

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

Shades of Flamingo #DE6744

Tints of Flamingo #DE6744

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.21%

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

R = 56.49%
G = 26.21%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE6744 (or 0xDE6744) is known color: Flamingo. HEX triplet: DE, 67 and 44. RGB value is (222,103,68). Sum of RGB (Red+Green+Blue) = 222+103+68=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6744 is #2198BB. Grayscale: #868686. Windows color (decimal): -2201788 or 4483038. OLE color: 4483038.

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

Color convert

RGB 222 103 68 -
CMYK 0 0.54 0.69 0.13
HSL 13.64º 0.7% 0.57% -
HSV(B) 13.64º 0.69% 0.87% -
XYZ 36.02 25.65 8.52 -
YUV 134.59 90.42 190.35 -
System Red Green Blue C M Y K H S L
Decimal 222 103 68 0 0.54 0.69 0.13 13.64 0.7 0.57
Hex DE 67 44 0 36 45 D E 46 39
Octal 336 147 104 0 66 105 15 16 106 71
Binary 11011110 1100111 1000100 0 110110 1000101 1101 1110 1000110 111001

Color Harmonies of #DE6744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6744

Black with #DE6744

Text Example


Text Example

White with #DE6744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6744; }

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

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

background-color css

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

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

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

border-color css

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

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

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