Html Css Color HEX #DD835F Copper

📋 copy color: '#DD835F'

red 221 ◦ green 131 ◦ blue 95

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

Shades of Copper #DD835F

Tints of Copper #DD835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.31%

 BLUE value IS 95 (37.5% from 255) = 21.25%

R = 49.44%
G = 29.31%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD835F (or 0xDD835F) is known color: Copper. HEX triplet: DD, 83 and 5F. RGB value is (221,131,95). Sum of RGB (Red+Green+Blue) = 221+131+95=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD835F is #227CA0. Grayscale: #9A9A9A. Windows color (decimal): -2260129 or 6259677. OLE color: 6259677.

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

Color convert

RGB 221 131 95 -
CMYK 0 0.41 0.57 0.13
HSL 17.14º 0.65% 0.62% -
HSV(B) 17.14º 0.57% 0.87% -
XYZ 40 32.43 14.98 -
YUV 153.81 94.82 175.93 -
System Red Green Blue C M Y K H S L
Decimal 221 131 95 0 0.41 0.57 0.13 17.14 0.65 0.62
Hex DD 83 5F 0 29 39 D 11 41 3E
Octal 335 203 137 0 51 71 15 21 101 76
Binary 11011101 10000011 1011111 0 101001 111001 1101 10001 1000001 111110

Color Harmonies of #DD835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD835F

Black with #DD835F

Text Example


Text Example

White with #DD835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD835F; }

 p { color: rgb(221,131,95); }

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

background-color css

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

 a { background-color: rgb(221,131,95); }

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

border-color css

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

 span { border-color: rgb(221,131,95); }

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