Html Css Color HEX #DE6143 Flamingo

📋 copy color: '#DE6143'

red 222 ◦ green 97 ◦ blue 67

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

Shades of Flamingo #DE6143

Tints of Flamingo #DE6143

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.13%

 BLUE value IS 67 (26.56% from 255) = 17.36%

R = 57.51%
G = 25.13%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE6143 (or 0xDE6143) is known color: Flamingo. HEX triplet: DE, 61 and 43. RGB value is (222,97,67). Sum of RGB (Red+Green+Blue) = 222+97+67=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6143 is #219EBC. Grayscale: #838383. Windows color (decimal): -2203325 or 4415966. OLE color: 4415966.

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

Color convert

RGB 222 97 67 -
CMYK 0 0.56 0.70 0.13
HSL 11.61º 0.7% 0.57% -
HSV(B) 11.61º 0.7% 0.87% -
XYZ 35.41 24.48 8.17 -
YUV 130.96 91.91 192.94 -
System Red Green Blue C M Y K H S L
Decimal 222 97 67 0 0.56 0.70 0.13 11.61 0.7 0.57
Hex DE 61 43 0 38 46 D C 46 39
Octal 336 141 103 0 70 106 15 14 106 71
Binary 11011110 1100001 1000011 0 111000 1000110 1101 1100 1000110 111001

Color Harmonies of #DE6143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6143

Black with #DE6143

Text Example


Text Example

White with #DE6143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6143; }

 p { color: rgb(222,97,67); }

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

background-color css

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

 a { background-color: rgb(222,97,67); }

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

border-color css

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

 span { border-color: rgb(222,97,67); }

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