Html Css Color HEX #DD8E68 Copper

📋 copy color: '#DD8E68'

red 221 ◦ green 142 ◦ blue 104

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

Shades of Copper #DD8E68

Tints of Copper #DD8E68

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.41%

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

R = 47.32%
G = 30.41%
B = 22.27%

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

#DD8E68 (or 0xDD8E68) is known color: Copper. HEX triplet: DD, 8E and 68. RGB value is (221,142,104). Sum of RGB (Red+Green+Blue) = 221+142+104=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8E68 is #227197. Grayscale: #A1A1A1. Windows color (decimal): -2257304 or 6852317. OLE color: 6852317.

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

Color convert

RGB 221 142 104 -
CMYK 0 0.36 0.53 0.13
HSL 19.49º 0.63% 0.64% -
HSV(B) 19.49º 0.53% 0.87% -
XYZ 41.99 35.72 17.78 -
YUV 161.29 95.67 170.59 -
System Red Green Blue C M Y K H S L
Decimal 221 142 104 0 0.36 0.53 0.13 19.49 0.63 0.64
Hex DD 8E 68 0 24 35 D 13 3F 40
Octal 335 216 150 0 44 65 15 23 77 100
Binary 11011101 10001110 1101000 0 100100 110101 1101 10011 111111 1000000

Color Harmonies of #DD8E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8E68

Black with #DD8E68

Text Example


Text Example

White with #DD8E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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