Html Css Color HEX #DD8D68 Copper

📋 copy color: '#DD8D68'

red 221 ◦ green 141 ◦ blue 104

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

Shades of Copper #DD8D68

Tints of Copper #DD8D68

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.26%

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

R = 47.42%
G = 30.26%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD8D68 (or 0xDD8D68) is known color: Copper. HEX triplet: DD, 8D and 68. RGB value is (221,141,104). Sum of RGB (Red+Green+Blue) = 221+141+104=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D68 is #227297. Grayscale: #A0A0A0. Windows color (decimal): -2257560 or 6852061. OLE color: 6852061.

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

Color convert

RGB 221 141 104 -
CMYK 0 0.36 0.53 0.13
HSL 18.97º 0.63% 0.64% -
HSV(B) 18.97º 0.53% 0.87% -
XYZ 41.84 35.42 17.73 -
YUV 160.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 221 141 104 0 0.36 0.53 0.13 18.97 0.63 0.64
Hex DD 8D 68 0 24 35 D 13 3F 40
Octal 335 215 150 0 44 65 15 23 77 100
Binary 11011101 10001101 1101000 0 100100 110101 1101 10011 111111 1000000

Color Harmonies of #DD8D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D68

Black with #DD8D68

Text Example


Text Example

White with #DD8D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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