Html Css Color HEX #DD916D Copper

📋 copy color: '#DD916D'

red 221 ◦ green 145 ◦ blue 109

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

Shades of Copper #DD916D

Tints of Copper #DD916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.53%

 BLUE value IS 109 (42.97% from 255) = 22.95%

R = 46.53%
G = 30.53%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD916D (or 0xDD916D) is known color: Copper. HEX triplet: DD, 91 and 6D. RGB value is (221,145,109). Sum of RGB (Red+Green+Blue) = 221+145+109=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD916D is #226E92. Grayscale: #A3A3A3. Windows color (decimal): -2256531 or 7180765. OLE color: 7180765.

HSL color Cylindrical-coordinate representation of color #DD916D: hue angle of 19.29º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD916D is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 145 109 -
CMYK 0 0.34 0.51 0.13
HSL 19.29º 0.62% 0.65% -
HSV(B) 19.29º 0.51% 0.87% -
XYZ 42.7 36.73 19.31 -
YUV 163.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 221 145 109 0 0.34 0.51 0.13 19.29 0.62 0.65
Hex DD 91 6D 0 22 33 D 13 3E 41
Octal 335 221 155 0 42 63 15 23 76 101
Binary 11011101 10010001 1101101 0 100010 110011 1101 10011 111110 1000001

Color Harmonies of #DD916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD916D

Black with #DD916D

Text Example


Text Example

White with #DD916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD916D; }

 p { color: rgb(221,145,109); }

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

background-color css

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

 a { background-color: rgb(221,145,109); }

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

border-color css

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

 span { border-color: rgb(221,145,109); }

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