Html Css Color HEX #DD9469 Copper

📋 copy color: '#DD9469'

red 221 ◦ green 148 ◦ blue 105

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

Shades of Copper #DD9469

Tints of Copper #DD9469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.15%

R = 46.62%
G = 31.22%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD9469 (or 0xDD9469) is known color: Copper. HEX triplet: DD, 94 and 69. RGB value is (221,148,105). Sum of RGB (Red+Green+Blue) = 221+148+105=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9469 is #226B96. Grayscale: #A5A5A5. Windows color (decimal): -2255767 or 6919389. OLE color: 6919389.

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

Color convert

RGB 221 148 105 -
CMYK 0 0.33 0.52 0.13
HSL 22.24º 0.63% 0.64% -
HSV(B) 22.24º 0.52% 0.87% -
XYZ 42.96 37.57 18.35 -
YUV 164.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 221 148 105 0 0.33 0.52 0.13 22.24 0.63 0.64
Hex DD 94 69 0 21 34 D 16 3F 40
Octal 335 224 151 0 41 64 15 26 77 100
Binary 11011101 10010100 1101001 0 100001 110100 1101 10110 111111 1000000

Color Harmonies of #DD9469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9469

Black with #DD9469

Text Example


Text Example

White with #DD9469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9469; }

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

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

background-color css

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

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

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

border-color css

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

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

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