Html Css Color HEX #DD8969 Copper

📋 copy color: '#DD8969'

red 221 ◦ green 137 ◦ blue 105

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

Shades of Copper #DD8969

Tints of Copper #DD8969

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.59%

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

R = 47.73%
G = 29.59%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD8969 (or 0xDD8969) is known color: Copper. HEX triplet: DD, 89 and 69. RGB value is (221,137,105). Sum of RGB (Red+Green+Blue) = 221+137+105=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8969 is #227696. Grayscale: #9E9E9E. Windows color (decimal): -2258583 or 6916573. OLE color: 6916573.

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

Color convert

RGB 221 137 105 -
CMYK 0 0.38 0.52 0.13
HSL 16.55º 0.63% 0.64% -
HSV(B) 16.55º 0.52% 0.87% -
XYZ 41.31 34.28 17.8 -
YUV 158.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 221 137 105 0 0.38 0.52 0.13 16.55 0.63 0.64
Hex DD 89 69 0 26 34 D 11 3F 40
Octal 335 211 151 0 46 64 15 21 77 100
Binary 11011101 10001001 1101001 0 100110 110100 1101 10001 111111 1000000

Color Harmonies of #DD8969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8969

Black with #DD8969

Text Example


Text Example

White with #DD8969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8969; }

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

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

background-color css

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

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

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

border-color css

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

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

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