Html Css Color HEX #DD8469 Copper

📋 copy color: '#DD8469'

red 221 ◦ green 132 ◦ blue 105

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

Shades of Copper #DD8469

Tints of Copper #DD8469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.82%

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

R = 48.25%
G = 28.82%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD8469 (or 0xDD8469) is known color: Copper. HEX triplet: DD, 84 and 69. RGB value is (221,132,105). Sum of RGB (Red+Green+Blue) = 221+132+105=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8469 is #227B96. Grayscale: #9B9B9B. Windows color (decimal): -2259863 or 6915293. OLE color: 6915293.

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

Color convert

RGB 221 132 105 -
CMYK 0 0.40 0.52 0.13
HSL 13.97º 0.63% 0.64% -
HSV(B) 13.97º 0.52% 0.87% -
XYZ 40.62 32.89 17.57 -
YUV 155.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 221 132 105 0 0.40 0.52 0.13 13.97 0.63 0.64
Hex DD 84 69 0 28 34 D E 3F 40
Octal 335 204 151 0 50 64 15 16 77 100
Binary 11011101 10000100 1101001 0 101000 110100 1101 1110 111111 1000000

Color Harmonies of #DD8469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8469

Black with #DD8469

Text Example


Text Example

White with #DD8469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8469; }

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

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

background-color css

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

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

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

border-color css

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

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

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