Html Css Color HEX #DF9668 Copper

📋 copy color: '#DF9668'

red 223 ◦ green 150 ◦ blue 104

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

Shades of Copper #DF9668

Tints of Copper #DF9668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.8%

R = 46.75%
G = 31.45%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF9668 (or 0xDF9668) is known color: Copper. HEX triplet: DF, 96 and 68. RGB value is (223,150,104). Sum of RGB (Red+Green+Blue) = 223+150+104=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9668 is #206997. Grayscale: #A6A6A6. Windows color (decimal): -2124184 or 6854367. OLE color: 6854367.

HSL color Cylindrical-coordinate representation of color #DF9668: hue angle of 23.19º 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 #DF9668 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 150 104 -
CMYK 0 0.33 0.53 0.13
HSL 23.19º 0.65% 0.64% -
HSV(B) 23.19º 0.53% 0.87% -
XYZ 43.84 38.5 18.22 -
YUV 166.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 223 150 104 0 0.33 0.53 0.13 23.19 0.65 0.64
Hex DF 96 68 0 21 35 D 17 41 40
Octal 337 226 150 0 41 65 15 27 101 100
Binary 11011111 10010110 1101000 0 100001 110101 1101 10111 1000001 1000000

Color Harmonies of #DF9668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9668

Black with #DF9668

Text Example


Text Example

White with #DF9668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9668; }

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

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

background-color css

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

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

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

border-color css

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

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

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