Html Css Color HEX #DE8553 Flamenco

📋 copy color: '#DE8553'

red 222 ◦ green 133 ◦ blue 83

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

Shades of Flamenco #DE8553

Tints of Flamenco #DE8553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.95%

R = 50.68%
G = 30.37%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DE8553 (or 0xDE8553) is known color: Flamenco. HEX triplet: DE, 85 and 53. RGB value is (222,133,83). Sum of RGB (Red+Green+Blue) = 222+133+83=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8553 is #217AAC. Grayscale: #9A9A9A. Windows color (decimal): -2194093 or 5473758. OLE color: 5473758.

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

Color convert

RGB 222 133 83 -
CMYK 0 0.40 0.63 0.13
HSL 21.58º 0.68% 0.6% -
HSV(B) 21.58º 0.63% 0.87% -
XYZ 40.07 32.93 12.43 -
YUV 153.91 87.99 176.57 -
System Red Green Blue C M Y K H S L
Decimal 222 133 83 0 0.40 0.63 0.13 21.58 0.68 0.6
Hex DE 85 53 0 28 3F D 16 44 3C
Octal 336 205 123 0 50 77 15 26 104 74
Binary 11011110 10000101 1010011 0 101000 111111 1101 10110 1000100 111100

Color Harmonies of #DE8553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8553

Black with #DE8553

Text Example


Text Example

White with #DE8553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8553; }

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

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

background-color css

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

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

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

border-color css

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

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

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