Html Css Color HEX #DF8865 Copper

📋 copy color: '#DF8865'

red 223 ◦ green 136 ◦ blue 101

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

Shades of Copper #DF8865

Tints of Copper #DF8865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.96%

R = 48.48%
G = 29.57%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF8865 (or 0xDF8865) is known color: Copper. HEX triplet: DF, 88 and 65. RGB value is (223,136,101). Sum of RGB (Red+Green+Blue) = 223+136+101=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8865 is #20779A. Grayscale: #9E9E9E. Windows color (decimal): -2127771 or 6654175. OLE color: 6654175.

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

Color convert

RGB 223 136 101 -
CMYK 0 0.39 0.55 0.13
HSL 17.21º 0.66% 0.64% -
HSV(B) 17.21º 0.55% 0.87% -
XYZ 41.58 34.24 16.73 -
YUV 158.02 95.82 174.35 -
System Red Green Blue C M Y K H S L
Decimal 223 136 101 0 0.39 0.55 0.13 17.21 0.66 0.64
Hex DF 88 65 0 27 37 D 11 42 40
Octal 337 210 145 0 47 67 15 21 102 100
Binary 11011111 10001000 1100101 0 100111 110111 1101 10001 1000010 1000000

Color Harmonies of #DF8865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8865

Black with #DF8865

Text Example


Text Example

White with #DF8865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8865; }

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

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

background-color css

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

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

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

border-color css

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

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

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