Html Css Color HEX #DF8652 Flamenco

📋 copy color: '#DF8652'

red 223 ◦ green 134 ◦ blue 82

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

Shades of Flamenco #DF8652

Tints of Flamenco #DF8652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.52%

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

R = 50.8%
G = 30.52%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF8652 (or 0xDF8652) is known color: Flamenco. HEX triplet: DF, 86 and 52. RGB value is (223,134,82). Sum of RGB (Red+Green+Blue) = 223+134+82=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8652 is #2079AD. Grayscale: #9A9A9A. Windows color (decimal): -2128302 or 5408479. OLE color: 5408479.

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

Color convert

RGB 223 134 82 -
CMYK 0 0.40 0.63 0.13
HSL 22.13º 0.69% 0.6% -
HSV(B) 22.13º 0.63% 0.87% -
XYZ 40.48 33.35 12.29 -
YUV 154.68 86.99 176.73 -
System Red Green Blue C M Y K H S L
Decimal 223 134 82 0 0.40 0.63 0.13 22.13 0.69 0.6
Hex DF 86 52 0 28 3F D 16 45 3C
Octal 337 206 122 0 50 77 15 26 105 74
Binary 11011111 10000110 1010010 0 101000 111111 1101 10110 1000101 111100

Color Harmonies of #DF8652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8652

Black with #DF8652

Text Example


Text Example

White with #DF8652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8652; }

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

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

background-color css

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

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

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

border-color css

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

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

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