Html Css Color HEX #DD926D Copper

📋 copy color: '#DD926D'

red 221 ◦ green 146 ◦ blue 109

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

Shades of Copper #DD926D

Tints of Copper #DD926D

RGB

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

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

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

R = 46.43%
G = 30.67%
B = 22.9%

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

#DD926D (or 0xDD926D) is known color: Copper. HEX triplet: DD, 92 and 6D. RGB value is (221,146,109). Sum of RGB (Red+Green+Blue) = 221+146+109=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD926D is #226D92. Grayscale: #A4A4A4. Windows color (decimal): -2256275 or 7181021. OLE color: 7181021.

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

Color convert

RGB 221 146 109 -
CMYK 0 0.34 0.51 0.13
HSL 19.82º 0.62% 0.65% -
HSV(B) 19.82º 0.51% 0.87% -
XYZ 42.86 37.03 19.36 -
YUV 164.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 221 146 109 0 0.34 0.51 0.13 19.82 0.62 0.65
Hex DD 92 6D 0 22 33 D 14 3E 41
Octal 335 222 155 0 42 63 15 24 76 101
Binary 11011101 10010010 1101101 0 100010 110011 1101 10100 111110 1000001

Color Harmonies of #DD926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD926D

Black with #DD926D

Text Example


Text Example

White with #DD926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD926D; }

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

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

background-color css

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

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

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

border-color css

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

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

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