Html Css Color HEX #DC956B Copper

📋 copy color: '#DC956B'

red 220 ◦ green 149 ◦ blue 107

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

Shades of Copper #DC956B

Tints of Copper #DC956B

RGB

 RED value IS 220 (86.33% from 255) = 46.22%

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

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

R = 46.22%
G = 31.3%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC956B (or 0xDC956B) is known color: Copper. HEX triplet: DC, 95 and 6B. RGB value is (220,149,107). Sum of RGB (Red+Green+Blue) = 220+149+107=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC956B is #236A94. Grayscale: #A5A5A5. Windows color (decimal): -2321045 or 7050716. OLE color: 7050716.

HSL color Cylindrical-coordinate representation of color #DC956B: hue angle of 22.3º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC956B is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 149 107 -
CMYK 0 0.32 0.51 0.14
HSL 22.3º 0.62% 0.64% -
HSV(B) 22.3º 0.51% 0.86% -
XYZ 42.92 37.77 18.94 -
YUV 165.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 220 149 107 0 0.32 0.51 0.14 22.3 0.62 0.64
Hex DC 95 6B 0 20 33 E 16 3E 40
Octal 334 225 153 0 40 63 16 26 76 100
Binary 11011100 10010101 1101011 0 100000 110011 1110 10110 111110 1000000

Color Harmonies of #DC956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC956B

Black with #DC956B

Text Example


Text Example

White with #DC956B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC956B; }

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

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

background-color css

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

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

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

border-color css

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

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

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