Html Css Color HEX #DD8765 Copper

📋 copy color: '#DD8765'

red 221 ◦ green 135 ◦ blue 101

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

Shades of Copper #DD8765

Tints of Copper #DD8765

RGB

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

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

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

R = 48.36%
G = 29.54%
B = 22.1%

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

#DD8765 (or 0xDD8765) is known color: Copper. HEX triplet: DD, 87 and 65. RGB value is (221,135,101). Sum of RGB (Red+Green+Blue) = 221+135+101=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8765 is #22789A. Grayscale: #9D9D9D. Windows color (decimal): -2259099 or 6653917. OLE color: 6653917.

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

Color convert

RGB 221 135 101 -
CMYK 0 0.39 0.54 0.13
HSL 17º 0.64% 0.63% -
HSV(B) 17º 0.54% 0.87% -
XYZ 40.83 33.64 16.65 -
YUV 156.84 96.49 173.76 -
System Red Green Blue C M Y K H S L
Decimal 221 135 101 0 0.39 0.54 0.13 17 0.64 0.63
Hex DD 87 65 0 27 36 D 11 40 3F
Octal 335 207 145 0 47 66 15 21 100 77
Binary 11011101 10000111 1100101 0 100111 110110 1101 10001 1000000 111111

Color Harmonies of #DD8765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8765

Black with #DD8765

Text Example


Text Example

White with #DD8765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8765; }

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

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

background-color css

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

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

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

border-color css

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

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

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