Html Css Color HEX #DD916A Copper

📋 copy color: '#DD916A'

red 221 ◦ green 145 ◦ blue 106

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

Shades of Copper #DD916A

Tints of Copper #DD916A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.72%

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

R = 46.82%
G = 30.72%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD916A (or 0xDD916A) is known color: Copper. HEX triplet: DD, 91 and 6A. RGB value is (221,145,106). Sum of RGB (Red+Green+Blue) = 221+145+106=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD916A is #226E95. Grayscale: #A3A3A3. Windows color (decimal): -2256534 or 6984157. OLE color: 6984157.

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

Color convert

RGB 221 145 106 -
CMYK 0 0.34 0.52 0.13
HSL 20.35º 0.63% 0.64% -
HSV(B) 20.35º 0.52% 0.87% -
XYZ 42.55 36.66 18.47 -
YUV 163.28 95.68 169.17 -
System Red Green Blue C M Y K H S L
Decimal 221 145 106 0 0.34 0.52 0.13 20.35 0.63 0.64
Hex DD 91 6A 0 22 34 D 14 3F 40
Octal 335 221 152 0 42 64 15 24 77 100
Binary 11011101 10010001 1101010 0 100010 110100 1101 10100 111111 1000000

Color Harmonies of #DD916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD916A

Black with #DD916A

Text Example


Text Example

White with #DD916A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD916A; }

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

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

background-color css

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

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

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

border-color css

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

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

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