Html Css Color HEX #DC822D Bronze

📋 copy color: '#DC822D'

red 220 ◦ green 130 ◦ blue 45

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

Shades of Bronze #DC822D

Tints of Bronze #DC822D

RGB

 RED value IS 220 (86.33% from 255) = 55.7%

 GREEN value IS 130 (51.17% from 255) = 32.91%

 BLUE value IS 45 (17.97% from 255) = 11.39%

R = 55.7%
G = 32.91%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC822D (or 0xDC822D) is known color: Bronze. HEX triplet: DC, 82 and 2D. RGB value is (220,130,45). Sum of RGB (Red+Green+Blue) = 220+130+45=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC822D is #237DD2. Grayscale: #939393. Windows color (decimal): -2325971 or 2982620. OLE color: 2982620.

HSL color Cylindrical-coordinate representation of color #DC822D: hue angle of 29.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC822D is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 130 45 -
CMYK 0 0.41 0.80 0.14
HSL 29.14º 0.71% 0.52% -
HSV(B) 29.14º 0.8% 0.86% -
XYZ 37.97 31.37 6.54 -
YUV 147.22 70.32 179.91 -
System Red Green Blue C M Y K H S L
Decimal 220 130 45 0 0.41 0.80 0.14 29.14 0.71 0.52
Hex DC 82 2D 0 29 50 E 1D 47 34
Octal 334 202 55 0 51 120 16 35 107 64
Binary 11011100 10000010 101101 0 101001 1010000 1110 11101 1000111 110100

Color Harmonies of #DC822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC822D

Black with #DC822D

Text Example


Text Example

White with #DC822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC822D; }

 p { color: rgb(220,130,45); }

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

background-color css

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

 a { background-color: rgb(220,130,45); }

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

border-color css

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

 span { border-color: rgb(220,130,45); }

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