Html Css Color HEX #DF946B Copper

📋 copy color: '#DF946B'

red 223 ◦ green 148 ◦ blue 107

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

Shades of Copper #DF946B

Tints of Copper #DF946B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.38%

R = 46.65%
G = 30.96%
B = 22.38%

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

#DF946B (or 0xDF946B) is known color: Copper. HEX triplet: DF, 94 and 6B. RGB value is (223,148,107). Sum of RGB (Red+Green+Blue) = 223+148+107=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF946B is #206B94. Grayscale: #A5A5A5. Windows color (decimal): -2124693 or 7050463. OLE color: 7050463.

HSL color Cylindrical-coordinate representation of color #DF946B: hue angle of 21.21º degrees, saturation: 0.64, 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 #DF946B is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 148 107 -
CMYK 0 0.34 0.52 0.13
HSL 21.21º 0.64% 0.65% -
HSV(B) 21.21º 0.52% 0.87% -
XYZ 43.68 37.93 18.93 -
YUV 165.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 223 148 107 0 0.34 0.52 0.13 21.21 0.64 0.65
Hex DF 94 6B 0 22 34 D 15 40 41
Octal 337 224 153 0 42 64 15 25 100 101
Binary 11011111 10010100 1101011 0 100010 110100 1101 10101 1000000 1000001

Color Harmonies of #DF946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF946B

Black with #DF946B

Text Example


Text Example

White with #DF946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF946B; }

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

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

background-color css

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

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

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

border-color css

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

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

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