Html Css Color HEX #DD846A Copper

📋 copy color: '#DD846A'

red 221 ◦ green 132 ◦ blue 106

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

Shades of Copper #DD846A

Tints of Copper #DD846A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.76%

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

R = 48.15%
G = 28.76%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD846A (or 0xDD846A) is known color: Copper. HEX triplet: DD, 84 and 6A. RGB value is (221,132,106). Sum of RGB (Red+Green+Blue) = 221+132+106=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD846A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD846A is #227B95. Grayscale: #9B9B9B. Windows color (decimal): -2259862 or 6980829. OLE color: 6980829.

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

Color convert

RGB 221 132 106 -
CMYK 0 0.40 0.52 0.13
HSL 13.57º 0.63% 0.64% -
HSV(B) 13.57º 0.52% 0.87% -
XYZ 40.67 32.92 17.85 -
YUV 155.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 221 132 106 0 0.40 0.52 0.13 13.57 0.63 0.64
Hex DD 84 6A 0 28 34 D E 3F 40
Octal 335 204 152 0 50 64 15 16 77 100
Binary 11011101 10000100 1101010 0 101000 110100 1101 1110 111111 1000000

Color Harmonies of #DD846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD846A

Black with #DD846A

Text Example


Text Example

White with #DD846A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD846A; }

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

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

background-color css

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

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

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

border-color css

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

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

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