Html Css Color HEX #DD9467 Copper

📋 copy color: '#DD9467'

red 221 ◦ green 148 ◦ blue 103

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

Shades of Copper #DD9467

Tints of Copper #DD9467

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.36%

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

R = 46.82%
G = 31.36%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD9467 (or 0xDD9467) is known color: Copper. HEX triplet: DD, 94 and 67. RGB value is (221,148,103). Sum of RGB (Red+Green+Blue) = 221+148+103=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9467 is #226B98. Grayscale: #A4A4A4. Windows color (decimal): -2255769 or 6788317. OLE color: 6788317.

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

Color convert

RGB 221 148 103 -
CMYK 0 0.33 0.53 0.13
HSL 22.88º 0.63% 0.64% -
HSV(B) 22.88º 0.53% 0.87% -
XYZ 42.86 37.53 17.82 -
YUV 164.7 93.18 168.16 -
System Red Green Blue C M Y K H S L
Decimal 221 148 103 0 0.33 0.53 0.13 22.88 0.63 0.64
Hex DD 94 67 0 21 35 D 17 3F 40
Octal 335 224 147 0 41 65 15 27 77 100
Binary 11011101 10010100 1100111 0 100001 110101 1101 10111 111111 1000000

Color Harmonies of #DD9467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9467

Black with #DD9467

Text Example


Text Example

White with #DD9467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9467; }

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

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

background-color css

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

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

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

border-color css

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

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

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