Html Css Color HEX #DD9167 Copper

📋 copy color: '#DD9167'

red 221 ◦ green 145 ◦ blue 103

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

Shades of Copper #DD9167

Tints of Copper #DD9167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.96%

R = 47.12%
G = 30.92%
B = 21.96%

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

#DD9167 (or 0xDD9167) is known color: Copper. HEX triplet: DD, 91 and 67. RGB value is (221,145,103). Sum of RGB (Red+Green+Blue) = 221+145+103=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9167 is #226E98. Grayscale: #A3A3A3. Windows color (decimal): -2256537 or 6787549. OLE color: 6787549.

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

Color convert

RGB 221 145 103 -
CMYK 0 0.34 0.53 0.13
HSL 21.36º 0.63% 0.64% -
HSV(B) 21.36º 0.53% 0.87% -
XYZ 42.39 36.6 17.66 -
YUV 162.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 221 145 103 0 0.34 0.53 0.13 21.36 0.63 0.64
Hex DD 91 67 0 22 35 D 15 3F 40
Octal 335 221 147 0 42 65 15 25 77 100
Binary 11011101 10010001 1100111 0 100010 110101 1101 10101 111111 1000000

Color Harmonies of #DD9167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9167

Black with #DD9167

Text Example


Text Example

White with #DD9167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9167; }

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

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

background-color css

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

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

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

border-color css

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

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

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