Html Css Color HEX #DD8468 Copper

📋 copy color: '#DD8468'

red 221 ◦ green 132 ◦ blue 104

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

Shades of Copper #DD8468

Tints of Copper #DD8468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.76%

R = 48.36%
G = 28.88%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD8468 (or 0xDD8468) is known color: Copper. HEX triplet: DD, 84 and 68. RGB value is (221,132,104). Sum of RGB (Red+Green+Blue) = 221+132+104=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8468 is #227B97. Grayscale: #9B9B9B. Windows color (decimal): -2259864 or 6849757. OLE color: 6849757.

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

Color convert

RGB 221 132 104 -
CMYK 0 0.40 0.53 0.13
HSL 14.36º 0.63% 0.64% -
HSV(B) 14.36º 0.53% 0.87% -
XYZ 40.57 32.87 17.3 -
YUV 155.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 221 132 104 0 0.40 0.53 0.13 14.36 0.63 0.64
Hex DD 84 68 0 28 35 D E 3F 40
Octal 335 204 150 0 50 65 15 16 77 100
Binary 11011101 10000100 1101000 0 101000 110101 1101 1110 111111 1000000

Color Harmonies of #DD8468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8468

Black with #DD8468

Text Example


Text Example

White with #DD8468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8468; }

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

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

background-color css

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

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

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

border-color css

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

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

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