Html Css Color HEX #DF8752 Flamenco

📋 copy color: '#DF8752'

red 223 ◦ green 135 ◦ blue 82

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

Shades of Flamenco #DF8752

Tints of Flamenco #DF8752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.64%

R = 50.68%
G = 30.68%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF8752 (or 0xDF8752) is known color: Flamenco. HEX triplet: DF, 87 and 52. RGB value is (223,135,82). Sum of RGB (Red+Green+Blue) = 223+135+82=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8752 is #2078AD. Grayscale: #9B9B9B. Windows color (decimal): -2128046 or 5408735. OLE color: 5408735.

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

Color convert

RGB 223 135 82 -
CMYK 0 0.39 0.63 0.13
HSL 22.55º 0.69% 0.6% -
HSV(B) 22.55º 0.63% 0.87% -
XYZ 40.62 33.63 12.33 -
YUV 155.27 86.65 176.31 -
System Red Green Blue C M Y K H S L
Decimal 223 135 82 0 0.39 0.63 0.13 22.55 0.69 0.6
Hex DF 87 52 0 27 3F D 17 45 3C
Octal 337 207 122 0 47 77 15 27 105 74
Binary 11011111 10000111 1010010 0 100111 111111 1101 10111 1000101 111100

Color Harmonies of #DF8752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8752

Black with #DF8752

Text Example


Text Example

White with #DF8752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8752; }

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

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

background-color css

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

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

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

border-color css

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

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

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