Html Css Color HEX #DD9264 Copper

📋 copy color: '#DD9264'

red 221 ◦ green 146 ◦ blue 100

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

Shades of Copper #DD9264

Tints of Copper #DD9264

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.26%

 BLUE value IS 100 (39.45% from 255) = 21.41%

R = 47.32%
G = 31.26%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD9264 (or 0xDD9264) is known color: Copper. HEX triplet: DD, 92 and 64. RGB value is (221,146,100). Sum of RGB (Red+Green+Blue) = 221+146+100=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9264 is #226D9B. Grayscale: #A3A3A3. Windows color (decimal): -2256284 or 6591197. OLE color: 6591197.

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

Color convert

RGB 221 146 100 -
CMYK 0 0.34 0.55 0.13
HSL 22.81º 0.64% 0.63% -
HSV(B) 22.81º 0.55% 0.87% -
XYZ 42.4 36.85 16.93 -
YUV 163.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 221 146 100 0 0.34 0.55 0.13 22.81 0.64 0.63
Hex DD 92 64 0 22 37 D 17 40 3F
Octal 335 222 144 0 42 67 15 27 100 77
Binary 11011101 10010010 1100100 0 100010 110111 1101 10111 1000000 111111

Color Harmonies of #DD9264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9264

Black with #DD9264

Text Example


Text Example

White with #DD9264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9264; }

 p { color: rgb(221,146,100); }

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

background-color css

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

 a { background-color: rgb(221,146,100); }

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

border-color css

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

 span { border-color: rgb(221,146,100); }

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