Html Css Color HEX #DF8745 Flamenco

📋 copy color: '#DF8745'

red 223 ◦ green 135 ◦ blue 69

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

Shades of Flamenco #DF8745

Tints of Flamenco #DF8745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.16%

R = 52.22%
G = 31.62%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF8745 (or 0xDF8745) is known color: Flamenco. HEX triplet: DF, 87 and 45. RGB value is (223,135,69). Sum of RGB (Red+Green+Blue) = 223+135+69=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8745 is #2078BA. Grayscale: #9A9A9A. Windows color (decimal): -2128059 or 4556767. OLE color: 4556767.

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

Color convert

RGB 223 135 69 -
CMYK 0 0.39 0.69 0.13
HSL 25.71º 0.71% 0.57% -
HSV(B) 25.71º 0.69% 0.87% -
XYZ 40.17 33.45 9.97 -
YUV 153.79 80.15 177.37 -
System Red Green Blue C M Y K H S L
Decimal 223 135 69 0 0.39 0.69 0.13 25.71 0.71 0.57
Hex DF 87 45 0 27 45 D 1A 47 39
Octal 337 207 105 0 47 105 15 32 107 71
Binary 11011111 10000111 1000101 0 100111 1000101 1101 11010 1000111 111001

Color Harmonies of #DF8745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8745

Black with #DF8745

Text Example


Text Example

White with #DF8745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8745; }

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

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

background-color css

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

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

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

border-color css

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

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

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