Html Css Color HEX #DD836A Copper

📋 copy color: '#DD836A'

red 221 ◦ green 131 ◦ blue 106

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

Shades of Copper #DD836A

Tints of Copper #DD836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.6%

 BLUE value IS 106 (41.8% from 255) = 23.14%

R = 48.25%
G = 28.6%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD836A (or 0xDD836A) is known color: Copper. HEX triplet: DD, 83 and 6A. RGB value is (221,131,106). Sum of RGB (Red+Green+Blue) = 221+131+106=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD836A is #227C95. Grayscale: #9B9B9B. Windows color (decimal): -2260118 or 6980573. OLE color: 6980573.

HSL color Cylindrical-coordinate representation of color #DD836A: hue angle of 13.04º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD836A is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 106 -
CMYK 0 0.41 0.52 0.13
HSL 13.04º 0.63% 0.64% -
HSV(B) 13.04º 0.52% 0.87% -
XYZ 40.54 32.65 17.8 -
YUV 155.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 221 131 106 0 0.41 0.52 0.13 13.04 0.63 0.64
Hex DD 83 6A 0 29 34 D D 3F 40
Octal 335 203 152 0 51 64 15 15 77 100
Binary 11011101 10000011 1101010 0 101001 110100 1101 1101 111111 1000000

Color Harmonies of #DD836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD836A

Black with #DD836A

Text Example


Text Example

White with #DD836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD836A; }

 p { color: rgb(221,131,106); }

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

background-color css

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

 a { background-color: rgb(221,131,106); }

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

border-color css

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

 span { border-color: rgb(221,131,106); }

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