Html Css Color HEX #DF884A Flamenco

📋 copy color: '#DF884A'

red 223 ◦ green 136 ◦ blue 74

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

Shades of Flamenco #DF884A

Tints of Flamenco #DF884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.41%

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

R = 51.5%
G = 31.41%
B = 17.09%

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

#DF884A (or 0xDF884A) is known color: Flamenco. HEX triplet: DF, 88 and 4A. RGB value is (223,136,74). Sum of RGB (Red+Green+Blue) = 223+136+74=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF884A is #2077B5. Grayscale: #9B9B9B. Windows color (decimal): -2127798 or 4884703. OLE color: 4884703.

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

Color convert

RGB 223 136 74 -
CMYK 0 0.39 0.67 0.13
HSL 24.97º 0.7% 0.58% -
HSV(B) 24.97º 0.67% 0.87% -
XYZ 40.47 33.79 10.87 -
YUV 154.95 82.32 176.54 -
System Red Green Blue C M Y K H S L
Decimal 223 136 74 0 0.39 0.67 0.13 24.97 0.7 0.58
Hex DF 88 4A 0 27 43 D 19 46 3A
Octal 337 210 112 0 47 103 15 31 106 72
Binary 11011111 10001000 1001010 0 100111 1000011 1101 11001 1000110 111010

Color Harmonies of #DF884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF884A

Black with #DF884A

Text Example


Text Example

White with #DF884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF884A; }

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

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

background-color css

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

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

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

border-color css

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

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

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