Html Css Color HEX #DD8C65 Copper

📋 copy color: '#DD8C65'

red 221 ◦ green 140 ◦ blue 101

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

Shades of Copper #DD8C65

Tints of Copper #DD8C65

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.3%

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

R = 47.84%
G = 30.3%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD8C65 (or 0xDD8C65) is known color: Copper. HEX triplet: DD, 8C and 65. RGB value is (221,140,101). Sum of RGB (Red+Green+Blue) = 221+140+101=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C65 is #22739A. Grayscale: #A0A0A0. Windows color (decimal): -2257819 or 6655197. OLE color: 6655197.

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

Color convert

RGB 221 140 101 -
CMYK 0 0.37 0.54 0.13
HSL 19.5º 0.64% 0.63% -
HSV(B) 19.5º 0.54% 0.87% -
XYZ 41.55 35.07 16.89 -
YUV 159.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 221 140 101 0 0.37 0.54 0.13 19.5 0.64 0.63
Hex DD 8C 65 0 25 36 D 14 40 3F
Octal 335 214 145 0 45 66 15 24 100 77
Binary 11011101 10001100 1100101 0 100101 110110 1101 10100 1000000 111111

Color Harmonies of #DD8C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C65

Black with #DD8C65

Text Example


Text Example

White with #DD8C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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