Html Css Color HEX #DF9072 Copper

📋 copy color: '#DF9072'

red 223 ◦ green 144 ◦ blue 114

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

Shades of Copper #DF9072

Tints of Copper #DF9072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.94%

 BLUE value IS 114 (44.92% from 255) = 23.7%

R = 46.36%
G = 29.94%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF9072 (or 0xDF9072) is known color: Copper. HEX triplet: DF, 90 and 72. RGB value is (223,144,114). Sum of RGB (Red+Green+Blue) = 223+144+114=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9072 is #206F8D. Grayscale: #A4A4A4. Windows color (decimal): -2125710 or 7508191. OLE color: 7508191.

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

Color convert

RGB 223 144 114 -
CMYK 0 0.35 0.49 0.13
HSL 16.51º 0.63% 0.66% -
HSV(B) 16.51º 0.49% 0.87% -
XYZ 43.44 36.85 20.74 -
YUV 164.2 99.67 169.94 -
System Red Green Blue C M Y K H S L
Decimal 223 144 114 0 0.35 0.49 0.13 16.51 0.63 0.66
Hex DF 90 72 0 23 31 D 11 3F 42
Octal 337 220 162 0 43 61 15 21 77 102
Binary 11011111 10010000 1110010 0 100011 110001 1101 10001 111111 1000010

Color Harmonies of #DF9072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9072

Black with #DF9072

Text Example


Text Example

White with #DF9072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9072; }

 p { color: rgb(223,144,114); }

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

background-color css

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

 a { background-color: rgb(223,144,114); }

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

border-color css

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

 span { border-color: rgb(223,144,114); }

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