Html Css Color HEX #DE884C Flamenco

📋 copy color: '#DE884C'

red 222 ◦ green 136 ◦ blue 76

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

Shades of Flamenco #DE884C

Tints of Flamenco #DE884C

RGB

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

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

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

R = 51.15%
G = 31.34%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE884C (or 0xDE884C) is known color: Flamenco. HEX triplet: DE, 88 and 4C. RGB value is (222,136,76). Sum of RGB (Red+Green+Blue) = 222+136+76=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE884C is #2177B3. Grayscale: #9B9B9B. Windows color (decimal): -2193332 or 5015774. OLE color: 5015774.

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

Color convert

RGB 222 136 76 -
CMYK 0 0.39 0.66 0.13
HSL 24.66º 0.69% 0.58% -
HSV(B) 24.66º 0.66% 0.87% -
XYZ 40.23 33.66 11.21 -
YUV 154.87 83.49 175.88 -
System Red Green Blue C M Y K H S L
Decimal 222 136 76 0 0.39 0.66 0.13 24.66 0.69 0.58
Hex DE 88 4C 0 27 42 D 19 45 3A
Octal 336 210 114 0 47 102 15 31 105 72
Binary 11011110 10001000 1001100 0 100111 1000010 1101 11001 1000101 111010

Color Harmonies of #DE884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE884C

Black with #DE884C

Text Example


Text Example

White with #DE884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE884C; }

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

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

background-color css

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

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

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

border-color css

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

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

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