Html Css Color HEX #DD956E Copper

📋 copy color: '#DD956E'

red 221 ◦ green 149 ◦ blue 110

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

Shades of Copper #DD956E

Tints of Copper #DD956E

RGB

 RED value IS 221 (86.72% from 255) = 46.04%

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

 BLUE value IS 110 (43.36% from 255) = 22.92%

R = 46.04%
G = 31.04%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD956E (or 0xDD956E) is known color: Copper. HEX triplet: DD, 95 and 6E. RGB value is (221,149,110). Sum of RGB (Red+Green+Blue) = 221+149+110=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD956E is #226A91. Grayscale: #A6A6A6. Windows color (decimal): -2255506 or 7247325. OLE color: 7247325.

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

Color convert

RGB 221 149 110 -
CMYK 0 0.33 0.50 0.13
HSL 21.08º 0.62% 0.65% -
HSV(B) 21.08º 0.5% 0.87% -
XYZ 43.38 37.99 19.8 -
YUV 166.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 221 149 110 0 0.33 0.50 0.13 21.08 0.62 0.65
Hex DD 95 6E 0 21 32 D 15 3E 41
Octal 335 225 156 0 41 62 15 25 76 101
Binary 11011101 10010101 1101110 0 100001 110010 1101 10101 111110 1000001

Color Harmonies of #DD956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD956E

Black with #DD956E

Text Example


Text Example

White with #DD956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD956E; }

 p { color: rgb(221,149,110); }

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

background-color css

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

 a { background-color: rgb(221,149,110); }

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

border-color css

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

 span { border-color: rgb(221,149,110); }

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