Html Css Color HEX #DF966F Copper

📋 copy color: '#DF966F'

red 223 ◦ green 150 ◦ blue 111

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

Shades of Copper #DF966F

Tints of Copper #DF966F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.93%

R = 46.07%
G = 30.99%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF966F (or 0xDF966F) is known color: Copper. HEX triplet: DF, 96 and 6F. RGB value is (223,150,111). Sum of RGB (Red+Green+Blue) = 223+150+111=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF966F is #206990. Grayscale: #A7A7A7. Windows color (decimal): -2124177 or 7313119. OLE color: 7313119.

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

Color convert

RGB 223 150 111 -
CMYK 0 0.33 0.50 0.13
HSL 20.89º 0.64% 0.65% -
HSV(B) 20.89º 0.5% 0.87% -
XYZ 44.21 38.65 20.17 -
YUV 167.38 96.18 167.67 -
System Red Green Blue C M Y K H S L
Decimal 223 150 111 0 0.33 0.50 0.13 20.89 0.64 0.65
Hex DF 96 6F 0 21 32 D 15 40 41
Octal 337 226 157 0 41 62 15 25 100 101
Binary 11011111 10010110 1101111 0 100001 110010 1101 10101 1000000 1000001

Color Harmonies of #DF966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF966F

Black with #DF966F

Text Example


Text Example

White with #DF966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF966F; }

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

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

background-color css

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

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

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

border-color css

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

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

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