Html Css Color HEX #DF946A Copper

📋 copy color: '#DF946A'

red 223 ◦ green 148 ◦ blue 106

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

Shades of Copper #DF946A

Tints of Copper #DF946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.03%

 BLUE value IS 106 (41.8% from 255) = 22.22%

R = 46.75%
G = 31.03%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF946A (or 0xDF946A) is known color: Copper. HEX triplet: DF, 94 and 6A. RGB value is (223,148,106). Sum of RGB (Red+Green+Blue) = 223+148+106=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF946A is #206B95. Grayscale: #A5A5A5. Windows color (decimal): -2124694 or 6984927. OLE color: 6984927.

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

Color convert

RGB 223 148 106 -
CMYK 0 0.34 0.52 0.13
HSL 21.54º 0.65% 0.65% -
HSV(B) 21.54º 0.52% 0.87% -
XYZ 43.62 37.91 18.65 -
YUV 165.64 94.35 168.92 -
System Red Green Blue C M Y K H S L
Decimal 223 148 106 0 0.34 0.52 0.13 21.54 0.65 0.65
Hex DF 94 6A 0 22 34 D 16 41 41
Octal 337 224 152 0 42 64 15 26 101 101
Binary 11011111 10010100 1101010 0 100010 110100 1101 10110 1000001 1000001

Color Harmonies of #DF946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF946A

Black with #DF946A

Text Example


Text Example

White with #DF946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF946A; }

 p { color: rgb(223,148,106); }

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

background-color css

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

 a { background-color: rgb(223,148,106); }

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

border-color css

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

 span { border-color: rgb(223,148,106); }

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