Html Css Color HEX #DE884F Flamenco

📋 copy color: '#DE884F'

red 222 ◦ green 136 ◦ blue 79

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

Shades of Flamenco #DE884F

Tints of Flamenco #DE884F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.08%

R = 50.8%
G = 31.12%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE884F (or 0xDE884F) is known color: Flamenco. HEX triplet: DE, 88 and 4F. RGB value is (222,136,79). Sum of RGB (Red+Green+Blue) = 222+136+79=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE884F is #2177B0. Grayscale: #9B9B9B. Windows color (decimal): -2193329 or 5212382. OLE color: 5212382.

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

Color convert

RGB 222 136 79 -
CMYK 0 0.39 0.64 0.13
HSL 23.92º 0.68% 0.59% -
HSV(B) 23.92º 0.64% 0.87% -
XYZ 40.34 33.7 11.78 -
YUV 155.22 84.99 175.63 -
System Red Green Blue C M Y K H S L
Decimal 222 136 79 0 0.39 0.64 0.13 23.92 0.68 0.59
Hex DE 88 4F 0 27 40 D 18 44 3B
Octal 336 210 117 0 47 100 15 30 104 73
Binary 11011110 10001000 1001111 0 100111 1000000 1101 11000 1000100 111011

Color Harmonies of #DE884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE884F

Black with #DE884F

Text Example


Text Example

White with #DE884F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE884F; }

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

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

background-color css

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

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

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

border-color css

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

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

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