Html Css Color HEX #DF956B Copper

📋 copy color: '#DF956B'

red 223 ◦ green 149 ◦ blue 107

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

Shades of Copper #DF956B

Tints of Copper #DF956B

RGB

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

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

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

R = 46.56%
G = 31.11%
B = 22.34%

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

#DF956B (or 0xDF956B) is known color: Copper. HEX triplet: DF, 95 and 6B. RGB value is (223,149,107). Sum of RGB (Red+Green+Blue) = 223+149+107=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF956B is #206A94. Grayscale: #A6A6A6. Windows color (decimal): -2124437 or 7050719. OLE color: 7050719.

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

Color convert

RGB 223 149 107 -
CMYK 0 0.33 0.52 0.13
HSL 21.72º 0.64% 0.65% -
HSV(B) 21.72º 0.52% 0.87% -
XYZ 43.83 38.24 18.98 -
YUV 166.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 223 149 107 0 0.33 0.52 0.13 21.72 0.64 0.65
Hex DF 95 6B 0 21 34 D 16 40 41
Octal 337 225 153 0 41 64 15 26 100 101
Binary 11011111 10010101 1101011 0 100001 110100 1101 10110 1000000 1000001

Color Harmonies of #DF956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF956B

Black with #DF956B

Text Example


Text Example

White with #DF956B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF956B; }

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

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

background-color css

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

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

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

border-color css

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

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

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