Html Css Color HEX #DD9269 Copper

📋 copy color: '#DD9269'

red 221 ◦ green 146 ◦ blue 105

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

Shades of Copper #DD9269

Tints of Copper #DD9269

RGB

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

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

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

R = 46.82%
G = 30.93%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD9269 (or 0xDD9269) is known color: Copper. HEX triplet: DD, 92 and 69. RGB value is (221,146,105). Sum of RGB (Red+Green+Blue) = 221+146+105=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9269 is #226D96. Grayscale: #A3A3A3. Windows color (decimal): -2256279 or 6918877. OLE color: 6918877.

HSL color Cylindrical-coordinate representation of color #DD9269: hue angle of 21.21º 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 #DD9269 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 146 105 -
CMYK 0 0.34 0.52 0.13
HSL 21.21º 0.63% 0.64% -
HSV(B) 21.21º 0.52% 0.87% -
XYZ 42.65 36.95 18.25 -
YUV 163.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 221 146 105 0 0.34 0.52 0.13 21.21 0.63 0.64
Hex DD 92 69 0 22 34 D 15 3F 40
Octal 335 222 151 0 42 64 15 25 77 100
Binary 11011101 10010010 1101001 0 100010 110100 1101 10101 111111 1000000

Color Harmonies of #DD9269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9269

Black with #DD9269

Text Example


Text Example

White with #DD9269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9269; }

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

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

background-color css

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

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

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

border-color css

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

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

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