Html Css Color HEX #DE6D4C Flamingo

📋 copy color: '#DE6D4C'

red 222 ◦ green 109 ◦ blue 76

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

Shades of Flamingo #DE6D4C

Tints of Flamingo #DE6D4C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.78%

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

R = 54.55%
G = 26.78%
B = 18.67%

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

#DE6D4C (or 0xDE6D4C) is known color: Flamingo. HEX triplet: DE, 6D and 4C. RGB value is (222,109,76). Sum of RGB (Red+Green+Blue) = 222+109+76=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6D4C is #2192B3. Grayscale: #8B8B8B. Windows color (decimal): -2200244 or 5008862. OLE color: 5008862.

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

Color convert

RGB 222 109 76 -
CMYK 0 0.51 0.66 0.13
HSL 13.56º 0.69% 0.58% -
HSV(B) 13.56º 0.66% 0.87% -
XYZ 36.9 26.99 10.1 -
YUV 139.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 222 109 76 0 0.51 0.66 0.13 13.56 0.69 0.58
Hex DE 6D 4C 0 33 42 D E 45 3A
Octal 336 155 114 0 63 102 15 16 105 72
Binary 11011110 1101101 1001100 0 110011 1000010 1101 1110 1000101 111010

Color Harmonies of #DE6D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6D4C

Black with #DE6D4C

Text Example


Text Example

White with #DE6D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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