Html Css Color HEX #DE6C4C Flamingo

📋 copy color: '#DE6C4C'

red 222 ◦ green 108 ◦ blue 76

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

Shades of Flamingo #DE6C4C

Tints of Flamingo #DE6C4C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

 BLUE value IS 76 (30.08% from 255) = 18.72%

R = 54.68%
G = 26.6%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE6C4C (or 0xDE6C4C) is known color: Flamingo. HEX triplet: DE, 6C and 4C. RGB value is (222,108,76). Sum of RGB (Red+Green+Blue) = 222+108+76=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6C4C is #2193B3. Grayscale: #8A8A8A. Windows color (decimal): -2200500 or 5008606. OLE color: 5008606.

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

Color convert

RGB 222 108 76 -
CMYK 0 0.51 0.66 0.13
HSL 13.15º 0.69% 0.58% -
HSV(B) 13.15º 0.66% 0.87% -
XYZ 36.79 26.78 10.07 -
YUV 138.44 92.77 187.6 -
System Red Green Blue C M Y K H S L
Decimal 222 108 76 0 0.51 0.66 0.13 13.15 0.69 0.58
Hex DE 6C 4C 0 33 42 D D 45 3A
Octal 336 154 114 0 63 102 15 15 105 72
Binary 11011110 1101100 1001100 0 110011 1000010 1101 1101 1000101 111010

Color Harmonies of #DE6C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6C4C

Black with #DE6C4C

Text Example


Text Example

White with #DE6C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6C4C; }

 p { color: rgb(222,108,76); }

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

background-color css

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

 a { background-color: rgb(222,108,76); }

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

border-color css

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

 span { border-color: rgb(222,108,76); }

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