Html Css Color HEX #DE6B51 Flamingo

📋 copy color: '#DE6B51'

red 222 ◦ green 107 ◦ blue 81

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

Shades of Flamingo #DE6B51

Tints of Flamingo #DE6B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.76%

R = 54.15%
G = 26.1%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE6B51 (or 0xDE6B51) is known color: Flamingo. HEX triplet: DE, 6B and 51. RGB value is (222,107,81). Sum of RGB (Red+Green+Blue) = 222+107+81=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B51 is #2194AE. Grayscale: #8A8A8A. Windows color (decimal): -2200751 or 5336030. OLE color: 5336030.

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

Color convert

RGB 222 107 81 -
CMYK 0 0.52 0.64 0.13
HSL 11.06º 0.68% 0.59% -
HSV(B) 11.06º 0.64% 0.87% -
XYZ 36.87 26.64 10.98 -
YUV 138.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 222 107 81 0 0.52 0.64 0.13 11.06 0.68 0.59
Hex DE 6B 51 0 34 40 D B 44 3B
Octal 336 153 121 0 64 100 15 13 104 73
Binary 11011110 1101011 1010001 0 110100 1000000 1101 1011 1000100 111011

Color Harmonies of #DE6B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6B51

Black with #DE6B51

Text Example


Text Example

White with #DE6B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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