Html Css Color HEX #DF916E Copper

📋 copy color: '#DF916E'

red 223 ◦ green 145 ◦ blue 110

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

Shades of Copper #DF916E

Tints of Copper #DF916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.33%

 BLUE value IS 110 (43.36% from 255) = 23.01%

R = 46.65%
G = 30.33%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF916E (or 0xDF916E) is known color: Copper. HEX triplet: DF, 91 and 6E. RGB value is (223,145,110). Sum of RGB (Red+Green+Blue) = 223+145+110=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF916E is #206E91. Grayscale: #A4A4A4. Windows color (decimal): -2125458 or 7246303. OLE color: 7246303.

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

Color convert

RGB 223 145 110 -
CMYK 0 0.35 0.51 0.13
HSL 18.58º 0.64% 0.65% -
HSV(B) 18.58º 0.51% 0.87% -
XYZ 43.37 37.06 19.62 -
YUV 164.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 223 145 110 0 0.35 0.51 0.13 18.58 0.64 0.65
Hex DF 91 6E 0 23 33 D 13 40 41
Octal 337 221 156 0 43 63 15 23 100 101
Binary 11011111 10010001 1101110 0 100011 110011 1101 10011 1000000 1000001

Color Harmonies of #DF916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF916E

Black with #DF916E

Text Example


Text Example

White with #DF916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF916E; }

 p { color: rgb(223,145,110); }

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

background-color css

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

 a { background-color: rgb(223,145,110); }

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

border-color css

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

 span { border-color: rgb(223,145,110); }

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