Html Css Color HEX #DF9469 Copper

📋 copy color: '#DF9469'

red 223 ◦ green 148 ◦ blue 105

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

Shades of Copper #DF9469

Tints of Copper #DF9469

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.09%

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

R = 46.85%
G = 31.09%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF9469 (or 0xDF9469) is known color: Copper. HEX triplet: DF, 94 and 69. RGB value is (223,148,105). Sum of RGB (Red+Green+Blue) = 223+148+105=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9469 is #206B96. Grayscale: #A5A5A5. Windows color (decimal): -2124695 or 6919391. OLE color: 6919391.

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

Color convert

RGB 223 148 105 -
CMYK 0 0.34 0.53 0.13
HSL 21.86º 0.65% 0.64% -
HSV(B) 21.86º 0.53% 0.87% -
XYZ 43.57 37.89 18.38 -
YUV 165.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 223 148 105 0 0.34 0.53 0.13 21.86 0.65 0.64
Hex DF 94 69 0 22 35 D 16 41 40
Octal 337 224 151 0 42 65 15 26 101 100
Binary 11011111 10010100 1101001 0 100010 110101 1101 10110 1000001 1000000

Color Harmonies of #DF9469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9469

Black with #DF9469

Text Example


Text Example

White with #DF9469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9469; }

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

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

background-color css

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

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

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

border-color css

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

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

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