Html Css Color HEX #DF884C Flamenco

📋 copy color: '#DF884C'

red 223 ◦ green 136 ◦ blue 76

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

Shades of Flamenco #DF884C

Tints of Flamenco #DF884C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.47%

R = 51.26%
G = 31.26%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF884C (or 0xDF884C) is known color: Flamenco. HEX triplet: DF, 88 and 4C. RGB value is (223,136,76). Sum of RGB (Red+Green+Blue) = 223+136+76=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF884C is #2077B3. Grayscale: #9B9B9B. Windows color (decimal): -2127796 or 5015775. OLE color: 5015775.

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

Color convert

RGB 223 136 76 -
CMYK 0 0.39 0.66 0.13
HSL 24.49º 0.7% 0.59% -
HSV(B) 24.49º 0.66% 0.87% -
XYZ 40.54 33.82 11.23 -
YUV 155.17 83.32 176.38 -
System Red Green Blue C M Y K H S L
Decimal 223 136 76 0 0.39 0.66 0.13 24.49 0.7 0.59
Hex DF 88 4C 0 27 42 D 18 46 3B
Octal 337 210 114 0 47 102 15 30 106 73
Binary 11011111 10001000 1001100 0 100111 1000010 1101 11000 1000110 111011

Color Harmonies of #DF884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF884C

Black with #DF884C

Text Example


Text Example

White with #DF884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF884C; }

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

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

background-color css

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

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

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

border-color css

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

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

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