Html Css Color HEX #DE8548 Flamenco

📋 copy color: '#DE8548'

red 222 ◦ green 133 ◦ blue 72

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

Shades of Flamenco #DE8548

Tints of Flamenco #DE8548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.15%

 BLUE value IS 72 (28.52% from 255) = 16.86%

R = 51.99%
G = 31.15%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE8548 (or 0xDE8548) is known color: Flamenco. HEX triplet: DE, 85 and 48. RGB value is (222,133,72). Sum of RGB (Red+Green+Blue) = 222+133+72=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8548 is #217AB7. Grayscale: #989898. Windows color (decimal): -2194104 or 4752862. OLE color: 4752862.

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

Color convert

RGB 222 133 72 -
CMYK 0 0.40 0.68 0.13
HSL 24.4º 0.69% 0.58% -
HSV(B) 24.4º 0.68% 0.87% -
XYZ 39.68 32.77 10.37 -
YUV 152.66 82.49 177.46 -
System Red Green Blue C M Y K H S L
Decimal 222 133 72 0 0.40 0.68 0.13 24.4 0.69 0.58
Hex DE 85 48 0 28 44 D 18 45 3A
Octal 336 205 110 0 50 104 15 30 105 72
Binary 11011110 10000101 1001000 0 101000 1000100 1101 11000 1000101 111010

Color Harmonies of #DE8548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8548

Black with #DE8548

Text Example


Text Example

White with #DE8548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8548; }

 p { color: rgb(222,133,72); }

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

background-color css

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

 a { background-color: rgb(222,133,72); }

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

border-color css

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

 span { border-color: rgb(222,133,72); }

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