Html Css Color HEX #DF9465 Copper

📋 copy color: '#DF9465'

red 223 ◦ green 148 ◦ blue 101

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

Shades of Copper #DF9465

Tints of Copper #DF9465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.4%

R = 47.25%
G = 31.36%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF9465 (or 0xDF9465) is known color: Copper. HEX triplet: DF, 94 and 65. RGB value is (223,148,101). Sum of RGB (Red+Green+Blue) = 223+148+101=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9465 is #206B9A. Grayscale: #A5A5A5. Windows color (decimal): -2124699 or 6657247. OLE color: 6657247.

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

Color convert

RGB 223 148 101 -
CMYK 0 0.34 0.55 0.13
HSL 23.11º 0.66% 0.64% -
HSV(B) 23.11º 0.55% 0.87% -
XYZ 43.37 37.81 17.32 -
YUV 165.07 91.85 169.32 -
System Red Green Blue C M Y K H S L
Decimal 223 148 101 0 0.34 0.55 0.13 23.11 0.66 0.64
Hex DF 94 65 0 22 37 D 17 42 40
Octal 337 224 145 0 42 67 15 27 102 100
Binary 11011111 10010100 1100101 0 100010 110111 1101 10111 1000010 1000000

Color Harmonies of #DF9465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9465

Black with #DF9465

Text Example


Text Example

White with #DF9465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9465; }

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

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

background-color css

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

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

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

border-color css

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

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

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