Html Css Color HEX #DD8665 Copper

📋 copy color: '#DD8665'

red 221 ◦ green 134 ◦ blue 101

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

Shades of Copper #DD8665

Tints of Copper #DD8665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.15%

R = 48.46%
G = 29.39%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD8665 (or 0xDD8665) is known color: Copper. HEX triplet: DD, 86 and 65. RGB value is (221,134,101). Sum of RGB (Red+Green+Blue) = 221+134+101=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8665 is #22799A. Grayscale: #9C9C9C. Windows color (decimal): -2259355 or 6653661. OLE color: 6653661.

HSL color Cylindrical-coordinate representation of color #DD8665: hue angle of 16.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD8665 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 134 101 -
CMYK 0 0.39 0.54 0.13
HSL 16.5º 0.64% 0.63% -
HSV(B) 16.5º 0.54% 0.87% -
XYZ 40.69 33.36 16.61 -
YUV 156.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 221 134 101 0 0.39 0.54 0.13 16.5 0.64 0.63
Hex DD 86 65 0 27 36 D 10 40 3F
Octal 335 206 145 0 47 66 15 20 100 77
Binary 11011101 10000110 1100101 0 100111 110110 1101 10000 1000000 111111

Color Harmonies of #DD8665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8665

Black with #DD8665

Text Example


Text Example

White with #DD8665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8665; }

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

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

background-color css

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

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

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

border-color css

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

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

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