Html Css Color HEX #DF894A Flamenco

📋 copy color: '#DF894A'

red 223 ◦ green 137 ◦ blue 74

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

Shades of Flamenco #DF894A

Tints of Flamenco #DF894A

RGB

 RED value IS 223 (87.5% from 255) = 51.38%

 GREEN value IS 137 (53.91% from 255) = 31.57%

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

R = 51.38%
G = 31.57%
B = 17.05%

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

#DF894A (or 0xDF894A) is known color: Flamenco. HEX triplet: DF, 89 and 4A. RGB value is (223,137,74). Sum of RGB (Red+Green+Blue) = 223+137+74=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF894A is #2076B5. Grayscale: #9B9B9B. Windows color (decimal): -2127542 or 4884959. OLE color: 4884959.

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

Color convert

RGB 223 137 74 -
CMYK 0 0.39 0.67 0.13
HSL 25.37º 0.7% 0.58% -
HSV(B) 25.37º 0.67% 0.87% -
XYZ 40.61 34.07 10.91 -
YUV 155.53 81.99 176.12 -
System Red Green Blue C M Y K H S L
Decimal 223 137 74 0 0.39 0.67 0.13 25.37 0.7 0.58
Hex DF 89 4A 0 27 43 D 19 46 3A
Octal 337 211 112 0 47 103 15 31 106 72
Binary 11011111 10001001 1001010 0 100111 1000011 1101 11001 1000110 111010

Color Harmonies of #DF894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF894A

Black with #DF894A

Text Example


Text Example

White with #DF894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF894A; }

 p { color: rgb(223,137,74); }

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

background-color css

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

 a { background-color: rgb(223,137,74); }

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

border-color css

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

 span { border-color: rgb(223,137,74); }

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