Html Css Color HEX #DE8852 Flamenco

📋 copy color: '#DE8852'

red 222 ◦ green 136 ◦ blue 82

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

Shades of Flamenco #DE8852

Tints of Flamenco #DE8852

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.91%

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

R = 50.45%
G = 30.91%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DE8852 (or 0xDE8852) is known color: Flamenco. HEX triplet: DE, 88 and 52. RGB value is (222,136,82). Sum of RGB (Red+Green+Blue) = 222+136+82=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8852 is #2177AD. Grayscale: #9B9B9B. Windows color (decimal): -2193326 or 5408990. OLE color: 5408990.

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

Color convert

RGB 222 136 82 -
CMYK 0 0.39 0.63 0.13
HSL 23.14º 0.68% 0.6% -
HSV(B) 23.14º 0.63% 0.87% -
XYZ 40.45 33.75 12.36 -
YUV 155.56 86.49 175.39 -
System Red Green Blue C M Y K H S L
Decimal 222 136 82 0 0.39 0.63 0.13 23.14 0.68 0.6
Hex DE 88 52 0 27 3F D 17 44 3C
Octal 336 210 122 0 47 77 15 27 104 74
Binary 11011110 10001000 1010010 0 100111 111111 1101 10111 1000100 111100

Color Harmonies of #DE8852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8852

Black with #DE8852

Text Example


Text Example

White with #DE8852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8852; }

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

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

background-color css

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

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

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

border-color css

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

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

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