Html Css Color HEX #DF9669 Copper

📋 copy color: '#DF9669'

red 223 ◦ green 150 ◦ blue 105

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

Shades of Copper #DF9669

Tints of Copper #DF9669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.97%

R = 46.65%
G = 31.38%
B = 21.97%

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

#DF9669 (or 0xDF9669) is known color: Copper. HEX triplet: DF, 96 and 69. RGB value is (223,150,105). Sum of RGB (Red+Green+Blue) = 223+150+105=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9669 is #206996. Grayscale: #A6A6A6. Windows color (decimal): -2124183 or 6919903. OLE color: 6919903.

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

Color convert

RGB 223 150 105 -
CMYK 0 0.33 0.53 0.13
HSL 22.88º 0.65% 0.64% -
HSV(B) 22.88º 0.53% 0.87% -
XYZ 43.89 38.52 18.49 -
YUV 166.7 93.18 168.16 -
System Red Green Blue C M Y K H S L
Decimal 223 150 105 0 0.33 0.53 0.13 22.88 0.65 0.64
Hex DF 96 69 0 21 35 D 17 41 40
Octal 337 226 151 0 41 65 15 27 101 100
Binary 11011111 10010110 1101001 0 100001 110101 1101 10111 1000001 1000000

Color Harmonies of #DF9669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9669

Black with #DF9669

Text Example


Text Example

White with #DF9669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9669; }

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

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

background-color css

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

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

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

border-color css

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

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

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