Html Css Color HEX #DE6B52 Flamingo

📋 copy color: '#DE6B52'

red 222 ◦ green 107 ◦ blue 82

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

Shades of Flamingo #DE6B52

Tints of Flamingo #DE6B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.95%

R = 54.01%
G = 26.03%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DE6B52 (or 0xDE6B52) is known color: Flamingo. HEX triplet: DE, 6B and 52. RGB value is (222,107,82). Sum of RGB (Red+Green+Blue) = 222+107+82=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B52 is #2194AD. Grayscale: #8A8A8A. Windows color (decimal): -2200750 or 5401566. OLE color: 5401566.

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

Color convert

RGB 222 107 82 -
CMYK 0 0.52 0.63 0.13
HSL 10.71º 0.68% 0.6% -
HSV(B) 10.71º 0.63% 0.87% -
XYZ 36.9 26.65 11.18 -
YUV 138.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 222 107 82 0 0.52 0.63 0.13 10.71 0.68 0.6
Hex DE 6B 52 0 34 3F D B 44 3C
Octal 336 153 122 0 64 77 15 13 104 74
Binary 11011110 1101011 1010010 0 110100 111111 1101 1011 1000100 111100

Color Harmonies of #DE6B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6B52

Black with #DE6B52

Text Example


Text Example

White with #DE6B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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