Html Css Color HEX #DD8658 Copper

📋 copy color: '#DD8658'

red 221 ◦ green 134 ◦ blue 88

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

Shades of Copper #DD8658

Tints of Copper #DD8658

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.25%

 BLUE value IS 88 (34.77% from 255) = 19.86%

R = 49.89%
G = 30.25%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD8658 (or 0xDD8658) is known color: Copper. HEX triplet: DD, 86 and 58. RGB value is (221,134,88). Sum of RGB (Red+Green+Blue) = 221+134+88=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8658 is #2279A7. Grayscale: #9B9B9B. Windows color (decimal): -2259368 or 5801693. OLE color: 5801693.

HSL color Cylindrical-coordinate representation of color #DD8658: hue angle of 20.75º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD8658 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 134 88 -
CMYK 0 0.39 0.60 0.13
HSL 20.75º 0.66% 0.61% -
HSV(B) 20.75º 0.6% 0.87% -
XYZ 40.11 33.13 13.51 -
YUV 154.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 221 134 88 0 0.39 0.60 0.13 20.75 0.66 0.61
Hex DD 86 58 0 27 3C D 15 42 3D
Octal 335 206 130 0 47 74 15 25 102 75
Binary 11011101 10000110 1011000 0 100111 111100 1101 10101 1000010 111101

Color Harmonies of #DD8658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8658

Black with #DD8658

Text Example


Text Example

White with #DD8658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8658; }

 p { color: rgb(221,134,88); }

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

background-color css

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

 a { background-color: rgb(221,134,88); }

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

border-color css

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

 span { border-color: rgb(221,134,88); }

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