Html Css Color HEX #DD926F Copper

📋 copy color: '#DD926F'

red 221 ◦ green 146 ◦ blue 111

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

Shades of Copper #DD926F

Tints of Copper #DD926F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.22%

R = 46.23%
G = 30.54%
B = 23.22%

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

#DD926F (or 0xDD926F) is known color: Copper. HEX triplet: DD, 92 and 6F. RGB value is (221,146,111). Sum of RGB (Red+Green+Blue) = 221+146+111=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD926F is #226D90. Grayscale: #A4A4A4. Windows color (decimal): -2256273 or 7312093. OLE color: 7312093.

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

Color convert

RGB 221 146 111 -
CMYK 0 0.34 0.50 0.13
HSL 19.09º 0.62% 0.65% -
HSV(B) 19.09º 0.5% 0.87% -
XYZ 42.97 37.08 19.93 -
YUV 164.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 221 146 111 0 0.34 0.50 0.13 19.09 0.62 0.65
Hex DD 92 6F 0 22 32 D 13 3E 41
Octal 335 222 157 0 42 62 15 23 76 101
Binary 11011101 10010010 1101111 0 100010 110010 1101 10011 111110 1000001

Color Harmonies of #DD926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD926F

Black with #DD926F

Text Example


Text Example

White with #DD926F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD926F; }

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

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

background-color css

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

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

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

border-color css

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

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

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