Html Css Color HEX #DF8566 Copper

📋 copy color: '#DF8566'

red 223 ◦ green 133 ◦ blue 102

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

Shades of Copper #DF8566

Tints of Copper #DF8566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.04%

 BLUE value IS 102 (40.23% from 255) = 22.27%

R = 48.69%
G = 29.04%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF8566 (or 0xDF8566) is known color: Copper. HEX triplet: DF, 85 and 66. RGB value is (223,133,102). Sum of RGB (Red+Green+Blue) = 223+133+102=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8566 is #207A99. Grayscale: #9C9C9C. Windows color (decimal): -2128538 or 6718943. OLE color: 6718943.

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

Color convert

RGB 223 133 102 -
CMYK 0 0.40 0.54 0.13
HSL 15.37º 0.65% 0.64% -
HSV(B) 15.37º 0.54% 0.87% -
XYZ 41.22 33.42 16.85 -
YUV 156.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 223 133 102 0 0.40 0.54 0.13 15.37 0.65 0.64
Hex DF 85 66 0 28 36 D F 41 40
Octal 337 205 146 0 50 66 15 17 101 100
Binary 11011111 10000101 1100110 0 101000 110110 1101 1111 1000001 1000000

Color Harmonies of #DF8566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8566

Black with #DF8566

Text Example


Text Example

White with #DF8566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8566; }

 p { color: rgb(223,133,102); }

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

background-color css

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

 a { background-color: rgb(223,133,102); }

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

border-color css

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

 span { border-color: rgb(223,133,102); }

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