Html Css Color HEX #DD936D Copper

📋 copy color: '#DD936D'

red 221 ◦ green 147 ◦ blue 109

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

Shades of Copper #DD936D

Tints of Copper #DD936D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.82%

 BLUE value IS 109 (42.97% from 255) = 22.85%

R = 46.33%
G = 30.82%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD936D (or 0xDD936D) is known color: Copper. HEX triplet: DD, 93 and 6D. RGB value is (221,147,109). Sum of RGB (Red+Green+Blue) = 221+147+109=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD936D is #226C92. Grayscale: #A5A5A5. Windows color (decimal): -2256019 or 7181277. OLE color: 7181277.

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

Color convert

RGB 221 147 109 -
CMYK 0 0.33 0.51 0.13
HSL 20.36º 0.62% 0.65% -
HSV(B) 20.36º 0.51% 0.87% -
XYZ 43.01 37.34 19.41 -
YUV 164.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 221 147 109 0 0.33 0.51 0.13 20.36 0.62 0.65
Hex DD 93 6D 0 21 33 D 14 3E 41
Octal 335 223 155 0 41 63 15 24 76 101
Binary 11011101 10010011 1101101 0 100001 110011 1101 10100 111110 1000001

Color Harmonies of #DD936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD936D

Black with #DD936D

Text Example


Text Example

White with #DD936D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD936D; }

 p { color: rgb(221,147,109); }

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

background-color css

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

 a { background-color: rgb(221,147,109); }

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

border-color css

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

 span { border-color: rgb(221,147,109); }

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