Html Css Color HEX #DF9367 Copper

📋 copy color: '#DF9367'

red 223 ◦ green 147 ◦ blue 103

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

Shades of Copper #DF9367

Tints of Copper #DF9367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.78%

R = 47.15%
G = 31.08%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF9367 (or 0xDF9367) is known color: Copper. HEX triplet: DF, 93 and 67. RGB value is (223,147,103). Sum of RGB (Red+Green+Blue) = 223+147+103=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9367 is #206C98. Grayscale: #A4A4A4. Windows color (decimal): -2124953 or 6788063. OLE color: 6788063.

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

Color convert

RGB 223 147 103 -
CMYK 0 0.34 0.54 0.13
HSL 22º 0.65% 0.64% -
HSV(B) 22º 0.54% 0.87% -
XYZ 43.31 37.53 17.79 -
YUV 164.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 223 147 103 0 0.34 0.54 0.13 22 0.65 0.64
Hex DF 93 67 0 22 36 D 16 41 40
Octal 337 223 147 0 42 66 15 26 101 100
Binary 11011111 10010011 1100111 0 100010 110110 1101 10110 1000001 1000000

Color Harmonies of #DF9367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9367

Black with #DF9367

Text Example


Text Example

White with #DF9367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9367; }

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

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

background-color css

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

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

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

border-color css

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

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

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