Html Css Color HEX #DD8568 Copper

📋 copy color: '#DD8568'

red 221 ◦ green 133 ◦ blue 104

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

Shades of Copper #DD8568

Tints of Copper #DD8568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.04%

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

R = 48.25%
G = 29.04%
B = 22.71%

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

#DD8568 (or 0xDD8568) is known color: Copper. HEX triplet: DD, 85 and 68. RGB value is (221,133,104). Sum of RGB (Red+Green+Blue) = 221+133+104=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8568 is #227A97. Grayscale: #9C9C9C. Windows color (decimal): -2259608 or 6850013. OLE color: 6850013.

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

Color convert

RGB 221 133 104 -
CMYK 0 0.40 0.53 0.13
HSL 14.87º 0.63% 0.64% -
HSV(B) 14.87º 0.53% 0.87% -
XYZ 40.71 33.15 17.35 -
YUV 156.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 221 133 104 0 0.40 0.53 0.13 14.87 0.63 0.64
Hex DD 85 68 0 28 35 D F 3F 40
Octal 335 205 150 0 50 65 15 17 77 100
Binary 11011101 10000101 1101000 0 101000 110101 1101 1111 111111 1000000

Color Harmonies of #DD8568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8568

Black with #DD8568

Text Example


Text Example

White with #DD8568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8568; }

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

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

background-color css

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

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

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

border-color css

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

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

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