Html Css Color HEX #DE8C4B Flamenco

📋 copy color: '#DE8C4B'

red 222 ◦ green 140 ◦ blue 75

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

Shades of Flamenco #DE8C4B

Tints of Flamenco #DE8C4B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.04%

 BLUE value IS 75 (29.69% from 255) = 17.16%

R = 50.8%
G = 32.04%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE8C4B (or 0xDE8C4B) is known color: Flamenco. HEX triplet: DE, 8C and 4B. RGB value is (222,140,75). Sum of RGB (Red+Green+Blue) = 222+140+75=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8C4B is #2173B4. Grayscale: #9D9D9D. Windows color (decimal): -2192309 or 4951262. OLE color: 4951262.

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

Color convert

RGB 222 140 75 -
CMYK 0 0.37 0.66 0.13
HSL 26.53º 0.69% 0.58% -
HSV(B) 26.53º 0.66% 0.87% -
XYZ 40.77 34.79 11.22 -
YUV 157.11 81.67 174.29 -
System Red Green Blue C M Y K H S L
Decimal 222 140 75 0 0.37 0.66 0.13 26.53 0.69 0.58
Hex DE 8C 4B 0 25 42 D 1B 45 3A
Octal 336 214 113 0 45 102 15 33 105 72
Binary 11011110 10001100 1001011 0 100101 1000010 1101 11011 1000101 111010

Color Harmonies of #DE8C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8C4B

Black with #DE8C4B

Text Example


Text Example

White with #DE8C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8C4B; }

 p { color: rgb(222,140,75); }

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

background-color css

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

 a { background-color: rgb(222,140,75); }

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

border-color css

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

 span { border-color: rgb(222,140,75); }

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