Html Css Color HEX #DF8869 Copper

📋 copy color: '#DF8869'

red 223 ◦ green 136 ◦ blue 105

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

Shades of Copper #DF8869

Tints of Copper #DF8869

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.31%

 BLUE value IS 105 (41.41% from 255) = 22.63%

R = 48.06%
G = 29.31%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF8869 (or 0xDF8869) is known color: Copper. HEX triplet: DF, 88 and 69. RGB value is (223,136,105). Sum of RGB (Red+Green+Blue) = 223+136+105=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8869 is #207796. Grayscale: #9E9E9E. Windows color (decimal): -2127767 or 6916319. OLE color: 6916319.

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

Color convert

RGB 223 136 105 -
CMYK 0 0.39 0.53 0.13
HSL 15.76º 0.65% 0.64% -
HSV(B) 15.76º 0.53% 0.87% -
XYZ 41.79 34.32 17.79 -
YUV 158.48 97.82 174.02 -
System Red Green Blue C M Y K H S L
Decimal 223 136 105 0 0.39 0.53 0.13 15.76 0.65 0.64
Hex DF 88 69 0 27 35 D 10 41 40
Octal 337 210 151 0 47 65 15 20 101 100
Binary 11011111 10001000 1101001 0 100111 110101 1101 10000 1000001 1000000

Color Harmonies of #DF8869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8869

Black with #DF8869

Text Example


Text Example

White with #DF8869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8869; }

 p { color: rgb(223,136,105); }

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

background-color css

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

 a { background-color: rgb(223,136,105); }

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

border-color css

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

 span { border-color: rgb(223,136,105); }

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