Html Css Color HEX #D7822F Bronze

📋 copy color: '#D7822F'

red 215 ◦ green 130 ◦ blue 47

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

Shades of Bronze #D7822F

Tints of Bronze #D7822F

RGB

 RED value IS 215 (84.38% from 255) = 54.85%

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

 BLUE value IS 47 (18.75% from 255) = 11.99%

R = 54.85%
G = 33.16%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7822F (or 0xD7822F) is known color: Bronze. HEX triplet: D7, 82 and 2F. RGB value is (215,130,47). Sum of RGB (Red+Green+Blue) = 215+130+47=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7822F is #287DD0. Grayscale: #929292. Windows color (decimal): -2653649 or 3113687. OLE color: 3113687.

HSL color Cylindrical-coordinate representation of color #D7822F: hue angle of 29.64º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7822F is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 130 47 -
CMYK 0 0.40 0.78 0.16
HSL 29.64º 0.68% 0.51% -
HSV(B) 29.64º 0.78% 0.84% -
XYZ 36.52 30.62 6.67 -
YUV 145.95 72.16 177.25 -
System Red Green Blue C M Y K H S L
Decimal 215 130 47 0 0.40 0.78 0.16 29.64 0.68 0.51
Hex D7 82 2F 0 28 4E 10 1E 44 33
Octal 327 202 57 0 50 116 20 36 104 63
Binary 11010111 10000010 101111 0 101000 1001110 10000 11110 1000100 110011

Color Harmonies of #D7822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7822F

Black with #D7822F

Text Example


Text Example

White with #D7822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7822F; }

 p { color: rgb(215,130,47); }

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

background-color css

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

 a { background-color: rgb(215,130,47); }

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

border-color css

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

 span { border-color: rgb(215,130,47); }

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