Html Css Color HEX #DF9369 Copper

📋 copy color: '#DF9369'

red 223 ◦ green 147 ◦ blue 105

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

Shades of Copper #DF9369

Tints of Copper #DF9369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.95%

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

R = 46.95%
G = 30.95%
B = 22.11%

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

#DF9369 (or 0xDF9369) is known color: Copper. HEX triplet: DF, 93 and 69. RGB value is (223,147,105). Sum of RGB (Red+Green+Blue) = 223+147+105=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9369 is #206C96. Grayscale: #A5A5A5. Windows color (decimal): -2124951 or 6919135. OLE color: 6919135.

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

Color convert

RGB 223 147 105 -
CMYK 0 0.34 0.53 0.13
HSL 21.36º 0.65% 0.64% -
HSV(B) 21.36º 0.53% 0.87% -
XYZ 43.41 37.58 18.33 -
YUV 164.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 223 147 105 0 0.34 0.53 0.13 21.36 0.65 0.64
Hex DF 93 69 0 22 35 D 15 41 40
Octal 337 223 151 0 42 65 15 25 101 100
Binary 11011111 10010011 1101001 0 100010 110101 1101 10101 1000001 1000000

Color Harmonies of #DF9369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9369

Black with #DF9369

Text Example


Text Example

White with #DF9369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9369; }

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

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

background-color css

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

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

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

border-color css

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

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

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