Html Css Color HEX #DD9168 Copper

📋 copy color: '#DD9168'

red 221 ◦ green 145 ◦ blue 104

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

Shades of Copper #DD9168

Tints of Copper #DD9168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.13%

R = 47.02%
G = 30.85%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD9168 (or 0xDD9168) is known color: Copper. HEX triplet: DD, 91 and 68. RGB value is (221,145,104). Sum of RGB (Red+Green+Blue) = 221+145+104=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9168 is #226E97. Grayscale: #A3A3A3. Windows color (decimal): -2256536 or 6853085. OLE color: 6853085.

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

Color convert

RGB 221 145 104 -
CMYK 0 0.34 0.53 0.13
HSL 21.03º 0.63% 0.64% -
HSV(B) 21.03º 0.53% 0.87% -
XYZ 42.44 36.62 17.93 -
YUV 163.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 221 145 104 0 0.34 0.53 0.13 21.03 0.63 0.64
Hex DD 91 68 0 22 35 D 15 3F 40
Octal 335 221 150 0 42 65 15 25 77 100
Binary 11011101 10010001 1101000 0 100010 110101 1101 10101 111111 1000000

Color Harmonies of #DD9168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9168

Black with #DD9168

Text Example


Text Example

White with #DD9168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9168; }

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

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

background-color css

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

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

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

border-color css

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

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

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