Html Css Color HEX #DF956A Copper

📋 copy color: '#DF956A'

red 223 ◦ green 149 ◦ blue 106

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

Shades of Copper #DF956A

Tints of Copper #DF956A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.17%

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

R = 46.65%
G = 31.17%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF956A (or 0xDF956A) is known color: Copper. HEX triplet: DF, 95 and 6A. RGB value is (223,149,106). Sum of RGB (Red+Green+Blue) = 223+149+106=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF956A is #206A95. Grayscale: #A6A6A6. Windows color (decimal): -2124438 or 6985183. OLE color: 6985183.

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

Color convert

RGB 223 149 106 -
CMYK 0 0.33 0.52 0.13
HSL 22.05º 0.65% 0.65% -
HSV(B) 22.05º 0.52% 0.87% -
XYZ 43.78 38.22 18.71 -
YUV 166.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 223 149 106 0 0.33 0.52 0.13 22.05 0.65 0.65
Hex DF 95 6A 0 21 34 D 16 41 41
Octal 337 225 152 0 41 64 15 26 101 101
Binary 11011111 10010101 1101010 0 100001 110100 1101 10110 1000001 1000001

Color Harmonies of #DF956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF956A

Black with #DF956A

Text Example


Text Example

White with #DF956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF956A; }

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

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

background-color css

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

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

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

border-color css

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

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

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