Html Css Color HEX #DD916E Copper

📋 copy color: '#DD916E'

red 221 ◦ green 145 ◦ blue 110

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

Shades of Copper #DD916E

Tints of Copper #DD916E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.11%

R = 46.43%
G = 30.46%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD916E (or 0xDD916E) is known color: Copper. HEX triplet: DD, 91 and 6E. RGB value is (221,145,110). Sum of RGB (Red+Green+Blue) = 221+145+110=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD916E is #226E91. Grayscale: #A3A3A3. Windows color (decimal): -2256530 or 7246301. OLE color: 7246301.

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

Color convert

RGB 221 145 110 -
CMYK 0 0.34 0.50 0.13
HSL 18.92º 0.62% 0.65% -
HSV(B) 18.92º 0.5% 0.87% -
XYZ 42.76 36.75 19.59 -
YUV 163.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 221 145 110 0 0.34 0.50 0.13 18.92 0.62 0.65
Hex DD 91 6E 0 22 32 D 13 3E 41
Octal 335 221 156 0 42 62 15 23 76 101
Binary 11011101 10010001 1101110 0 100010 110010 1101 10011 111110 1000001

Color Harmonies of #DD916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD916E

Black with #DD916E

Text Example


Text Example

White with #DD916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD916E; }

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

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

background-color css

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

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

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

border-color css

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

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

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