Html Css Color HEX #DF8A4D Flamenco

📋 copy color: '#DF8A4D'

red 223 ◦ green 138 ◦ blue 77

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

Shades of Flamenco #DF8A4D

Tints of Flamenco #DF8A4D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.51%

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

R = 50.91%
G = 31.51%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF8A4D (or 0xDF8A4D) is known color: Flamenco. HEX triplet: DF, 8A and 4D. RGB value is (223,138,77). Sum of RGB (Red+Green+Blue) = 223+138+77=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A4D is #2075B2. Grayscale: #9C9C9C. Windows color (decimal): -2127283 or 5081823. OLE color: 5081823.

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

Color convert

RGB 223 138 77 -
CMYK 0 0.38 0.65 0.13
HSL 25.07º 0.7% 0.59% -
HSV(B) 25.07º 0.65% 0.87% -
XYZ 40.86 34.4 11.51 -
YUV 156.46 83.16 175.46 -
System Red Green Blue C M Y K H S L
Decimal 223 138 77 0 0.38 0.65 0.13 25.07 0.7 0.59
Hex DF 8A 4D 0 26 41 D 19 46 3B
Octal 337 212 115 0 46 101 15 31 106 73
Binary 11011111 10001010 1001101 0 100110 1000001 1101 11001 1000110 111011

Color Harmonies of #DF8A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A4D

Black with #DF8A4D

Text Example


Text Example

White with #DF8A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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