Html Css Color HEX #DF874C Flamenco

📋 copy color: '#DF874C'

red 223 ◦ green 135 ◦ blue 76

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

Shades of Flamenco #DF874C

Tints of Flamenco #DF874C

RGB

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

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

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

R = 51.38%
G = 31.11%
B = 17.51%

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

#DF874C (or 0xDF874C) is known color: Flamenco. HEX triplet: DF, 87 and 4C. RGB value is (223,135,76). Sum of RGB (Red+Green+Blue) = 223+135+76=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF874C is #2078B3. Grayscale: #9A9A9A. Windows color (decimal): -2128052 or 5015519. OLE color: 5015519.

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

Color convert

RGB 223 135 76 -
CMYK 0 0.39 0.66 0.13
HSL 24.08º 0.7% 0.59% -
HSV(B) 24.08º 0.66% 0.87% -
XYZ 40.4 33.54 11.18 -
YUV 154.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 223 135 76 0 0.39 0.66 0.13 24.08 0.7 0.59
Hex DF 87 4C 0 27 42 D 18 46 3B
Octal 337 207 114 0 47 102 15 30 106 73
Binary 11011111 10000111 1001100 0 100111 1000010 1101 11000 1000110 111011

Color Harmonies of #DF874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF874C

Black with #DF874C

Text Example


Text Example

White with #DF874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF874C; }

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

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

background-color css

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

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

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

border-color css

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

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

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