Html Css Color HEX #DD8768 Copper

📋 copy color: '#DD8768'

red 221 ◦ green 135 ◦ blue 104

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

Shades of Copper #DD8768

Tints of Copper #DD8768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.35%

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

R = 48.04%
G = 29.35%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD8768 (or 0xDD8768) is known color: Copper. HEX triplet: DD, 87 and 68. RGB value is (221,135,104). Sum of RGB (Red+Green+Blue) = 221+135+104=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8768 is #227897. Grayscale: #9D9D9D. Windows color (decimal): -2259096 or 6850525. OLE color: 6850525.

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

Color convert

RGB 221 135 104 -
CMYK 0 0.39 0.53 0.13
HSL 15.9º 0.63% 0.64% -
HSV(B) 15.9º 0.53% 0.87% -
XYZ 40.98 33.7 17.44 -
YUV 157.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 221 135 104 0 0.39 0.53 0.13 15.9 0.63 0.64
Hex DD 87 68 0 27 35 D 10 3F 40
Octal 335 207 150 0 47 65 15 20 77 100
Binary 11011101 10000111 1101000 0 100111 110101 1101 10000 111111 1000000

Color Harmonies of #DD8768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8768

Black with #DD8768

Text Example


Text Example

White with #DD8768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8768; }

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

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

background-color css

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

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

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

border-color css

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

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

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