Html Css Color HEX #DD8369 Copper

📋 copy color: '#DD8369'

red 221 ◦ green 131 ◦ blue 105

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

Shades of Copper #DD8369

Tints of Copper #DD8369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.67%

 BLUE value IS 105 (41.41% from 255) = 22.98%

R = 48.36%
G = 28.67%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD8369 (or 0xDD8369) is known color: Copper. HEX triplet: DD, 83 and 69. RGB value is (221,131,105). Sum of RGB (Red+Green+Blue) = 221+131+105=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8369 is #227C96. Grayscale: #9B9B9B. Windows color (decimal): -2260119 or 6915037. OLE color: 6915037.

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

Color convert

RGB 221 131 105 -
CMYK 0 0.41 0.52 0.13
HSL 13.45º 0.63% 0.64% -
HSV(B) 13.45º 0.52% 0.87% -
XYZ 40.48 32.62 17.53 -
YUV 154.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 221 131 105 0 0.41 0.52 0.13 13.45 0.63 0.64
Hex DD 83 69 0 29 34 D D 3F 40
Octal 335 203 151 0 51 64 15 15 77 100
Binary 11011101 10000011 1101001 0 101001 110100 1101 1101 111111 1000000

Color Harmonies of #DD8369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8369

Black with #DD8369

Text Example


Text Example

White with #DD8369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8369; }

 p { color: rgb(221,131,105); }

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

background-color css

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

 a { background-color: rgb(221,131,105); }

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

border-color css

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

 span { border-color: rgb(221,131,105); }

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