Html Css Color HEX #DE874A Flamenco

📋 copy color: '#DE874A'

red 222 ◦ green 135 ◦ blue 74

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

Shades of Flamenco #DE874A

Tints of Flamenco #DE874A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.32%

 BLUE value IS 74 (29.3% from 255) = 17.17%

R = 51.51%
G = 31.32%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE874A (or 0xDE874A) is known color: Flamenco. HEX triplet: DE, 87 and 4A. RGB value is (222,135,74). Sum of RGB (Red+Green+Blue) = 222+135+74=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE874A is #2178B5. Grayscale: #9A9A9A. Windows color (decimal): -2193590 or 4884446. OLE color: 4884446.

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

Color convert

RGB 222 135 74 -
CMYK 0 0.39 0.67 0.13
HSL 24.73º 0.69% 0.58% -
HSV(B) 24.73º 0.67% 0.87% -
XYZ 40.02 33.35 10.81 -
YUV 154.06 82.82 176.46 -
System Red Green Blue C M Y K H S L
Decimal 222 135 74 0 0.39 0.67 0.13 24.73 0.69 0.58
Hex DE 87 4A 0 27 43 D 19 45 3A
Octal 336 207 112 0 47 103 15 31 105 72
Binary 11011110 10000111 1001010 0 100111 1000011 1101 11001 1000101 111010

Color Harmonies of #DE874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE874A

Black with #DE874A

Text Example


Text Example

White with #DE874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE874A; }

 p { color: rgb(222,135,74); }

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

background-color css

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

 a { background-color: rgb(222,135,74); }

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

border-color css

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

 span { border-color: rgb(222,135,74); }

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