Html Css Color HEX #DF874D Flamenco

📋 copy color: '#DF874D'

red 223 ◦ green 135 ◦ blue 77

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

Shades of Flamenco #DF874D

Tints of Flamenco #DF874D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.7%

R = 51.26%
G = 31.03%
B = 17.7%

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

#DF874D (or 0xDF874D) is known color: Flamenco. HEX triplet: DF, 87 and 4D. RGB value is (223,135,77). Sum of RGB (Red+Green+Blue) = 223+135+77=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF874D is #2078B2. Grayscale: #9B9B9B. Windows color (decimal): -2128051 or 5081055. OLE color: 5081055.

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

Color convert

RGB 223 135 77 -
CMYK 0 0.39 0.65 0.13
HSL 23.84º 0.7% 0.59% -
HSV(B) 23.84º 0.65% 0.87% -
XYZ 40.43 33.55 11.37 -
YUV 154.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 223 135 77 0 0.39 0.65 0.13 23.84 0.7 0.59
Hex DF 87 4D 0 27 41 D 18 46 3B
Octal 337 207 115 0 47 101 15 30 106 73
Binary 11011111 10000111 1001101 0 100111 1000001 1101 11000 1000110 111011

Color Harmonies of #DF874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF874D

Black with #DF874D

Text Example


Text Example

White with #DF874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF874D; }

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

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

background-color css

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

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

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

border-color css

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

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

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