Html Css Color HEX #DF884F Flamenco

📋 copy color: '#DF884F'

red 223 ◦ green 136 ◦ blue 79

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

Shades of Flamenco #DF884F

Tints of Flamenco #DF884F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.04%

R = 50.91%
G = 31.05%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF884F (or 0xDF884F) is known color: Flamenco. HEX triplet: DF, 88 and 4F. RGB value is (223,136,79). Sum of RGB (Red+Green+Blue) = 223+136+79=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF884F is #2077B0. Grayscale: #9B9B9B. Windows color (decimal): -2127793 or 5212383. OLE color: 5212383.

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

Color convert

RGB 223 136 79 -
CMYK 0 0.39 0.65 0.13
HSL 23.75º 0.69% 0.59% -
HSV(B) 23.75º 0.65% 0.87% -
XYZ 40.65 33.86 11.79 -
YUV 155.52 84.82 176.13 -
System Red Green Blue C M Y K H S L
Decimal 223 136 79 0 0.39 0.65 0.13 23.75 0.69 0.59
Hex DF 88 4F 0 27 41 D 18 45 3B
Octal 337 210 117 0 47 101 15 30 105 73
Binary 11011111 10001000 1001111 0 100111 1000001 1101 11000 1000101 111011

Color Harmonies of #DF884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF884F

Black with #DF884F

Text Example


Text Example

White with #DF884F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF884F; }

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

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

background-color css

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

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

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

border-color css

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

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

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