Html Css Color HEX #DD936E Copper

📋 copy color: '#DD936E'

red 221 ◦ green 147 ◦ blue 110

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

Shades of Copper #DD936E

Tints of Copper #DD936E

RGB

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

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

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

R = 46.23%
G = 30.75%
B = 23.01%

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

#DD936E (or 0xDD936E) is known color: Copper. HEX triplet: DD, 93 and 6E. RGB value is (221,147,110). Sum of RGB (Red+Green+Blue) = 221+147+110=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD936E is #226C91. Grayscale: #A5A5A5. Windows color (decimal): -2256018 or 7246813. OLE color: 7246813.

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

Color convert

RGB 221 147 110 -
CMYK 0 0.33 0.50 0.13
HSL 20º 0.62% 0.65% -
HSV(B) 20º 0.5% 0.87% -
XYZ 43.07 37.37 19.69 -
YUV 164.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 221 147 110 0 0.33 0.50 0.13 20 0.62 0.65
Hex DD 93 6E 0 21 32 D 14 3E 41
Octal 335 223 156 0 41 62 15 24 76 101
Binary 11011101 10010011 1101110 0 100001 110010 1101 10100 111110 1000001

Color Harmonies of #DD936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD936E

Black with #DD936E

Text Example


Text Example

White with #DD936E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD936E; }

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

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

background-color css

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

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

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

border-color css

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

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

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