Html Css Color HEX #DF966E Copper

📋 copy color: '#DF966E'

red 223 ◦ green 150 ◦ blue 110

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

Shades of Copper #DF966E

Tints of Copper #DF966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.06%

 BLUE value IS 110 (43.36% from 255) = 22.77%

R = 46.17%
G = 31.06%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF966E (or 0xDF966E) is known color: Copper. HEX triplet: DF, 96 and 6E. RGB value is (223,150,110). Sum of RGB (Red+Green+Blue) = 223+150+110=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF966E is #206991. Grayscale: #A7A7A7. Windows color (decimal): -2124178 or 7247583. OLE color: 7247583.

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

Color convert

RGB 223 150 110 -
CMYK 0 0.33 0.51 0.13
HSL 21.24º 0.64% 0.65% -
HSV(B) 21.24º 0.51% 0.87% -
XYZ 44.15 38.63 19.88 -
YUV 167.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 223 150 110 0 0.33 0.51 0.13 21.24 0.64 0.65
Hex DF 96 6E 0 21 33 D 15 40 41
Octal 337 226 156 0 41 63 15 25 100 101
Binary 11011111 10010110 1101110 0 100001 110011 1101 10101 1000000 1000001

Color Harmonies of #DF966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF966E

Black with #DF966E

Text Example


Text Example

White with #DF966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF966E; }

 p { color: rgb(223,150,110); }

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

background-color css

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

 a { background-color: rgb(223,150,110); }

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

border-color css

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

 span { border-color: rgb(223,150,110); }

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