Html Css Color HEX #DE6248 Flamingo

📋 copy color: '#DE6248'

red 222 ◦ green 98 ◦ blue 72

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

Shades of Flamingo #DE6248

Tints of Flamingo #DE6248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25%

 BLUE value IS 72 (28.52% from 255) = 18.37%

R = 56.63%
G = 25%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE6248 (or 0xDE6248) is known color: Flamingo. HEX triplet: DE, 62 and 48. RGB value is (222,98,72). Sum of RGB (Red+Green+Blue) = 222+98+72=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6248 is #219DB7. Grayscale: #848484. Windows color (decimal): -2203064 or 4743902. OLE color: 4743902.

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

Color convert

RGB 222 98 72 -
CMYK 0 0.56 0.68 0.13
HSL 10.4º 0.69% 0.58% -
HSV(B) 10.4º 0.68% 0.87% -
XYZ 35.66 24.73 9.03 -
YUV 132.11 94.08 192.11 -
System Red Green Blue C M Y K H S L
Decimal 222 98 72 0 0.56 0.68 0.13 10.4 0.69 0.58
Hex DE 62 48 0 38 44 D A 45 3A
Octal 336 142 110 0 70 104 15 12 105 72
Binary 11011110 1100010 1001000 0 111000 1000100 1101 1010 1000101 111010

Color Harmonies of #DE6248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6248

Black with #DE6248

Text Example


Text Example

White with #DE6248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6248; }

 p { color: rgb(222,98,72); }

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

background-color css

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

 a { background-color: rgb(222,98,72); }

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

border-color css

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

 span { border-color: rgb(222,98,72); }

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