Html Css Color HEX #DF906F Copper

📋 copy color: '#DF906F'

red 223 ◦ green 144 ◦ blue 111

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

Shades of Copper #DF906F

Tints of Copper #DF906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.22%

R = 46.65%
G = 30.13%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF906F (or 0xDF906F) is known color: Copper. HEX triplet: DF, 90 and 6F. RGB value is (223,144,111). Sum of RGB (Red+Green+Blue) = 223+144+111=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF906F is #206F90. Grayscale: #A4A4A4. Windows color (decimal): -2125713 or 7311583. OLE color: 7311583.

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

Color convert

RGB 223 144 111 -
CMYK 0 0.35 0.50 0.13
HSL 17.68º 0.64% 0.65% -
HSV(B) 17.68º 0.5% 0.87% -
XYZ 43.27 36.78 19.86 -
YUV 163.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 223 144 111 0 0.35 0.50 0.13 17.68 0.64 0.65
Hex DF 90 6F 0 23 32 D 12 40 41
Octal 337 220 157 0 43 62 15 22 100 101
Binary 11011111 10010000 1101111 0 100011 110010 1101 10010 1000000 1000001

Color Harmonies of #DF906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF906F

Black with #DF906F

Text Example


Text Example

White with #DF906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF906F; }

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

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

background-color css

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

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

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

border-color css

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

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

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