Html Css Color HEX #DE6B4C Flamingo

📋 copy color: '#DE6B4C'

red 222 ◦ green 107 ◦ blue 76

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

Shades of Flamingo #DE6B4C

Tints of Flamingo #DE6B4C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.42%

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

R = 54.81%
G = 26.42%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE6B4C (or 0xDE6B4C) is known color: Flamingo. HEX triplet: DE, 6B and 4C. RGB value is (222,107,76). Sum of RGB (Red+Green+Blue) = 222+107+76=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6B4C is #2194B3. Grayscale: #8A8A8A. Windows color (decimal): -2200756 or 5008350. OLE color: 5008350.

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

Color convert

RGB 222 107 76 -
CMYK 0 0.52 0.66 0.13
HSL 12.74º 0.69% 0.58% -
HSV(B) 12.74º 0.66% 0.87% -
XYZ 36.69 26.57 10.03 -
YUV 137.85 93.1 188.02 -
System Red Green Blue C M Y K H S L
Decimal 222 107 76 0 0.52 0.66 0.13 12.74 0.69 0.58
Hex DE 6B 4C 0 34 42 D D 45 3A
Octal 336 153 114 0 64 102 15 15 105 72
Binary 11011110 1101011 1001100 0 110100 1000010 1101 1101 1000101 111010

Color Harmonies of #DE6B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6B4C

Black with #DE6B4C

Text Example


Text Example

White with #DE6B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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