Html Css Color HEX #D9822F Bronze

📋 copy color: '#D9822F'

red 217 ◦ green 130 ◦ blue 47

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

Shades of Bronze #D9822F

Tints of Bronze #D9822F

RGB

 RED value IS 217 (85.16% from 255) = 55.08%

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

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

R = 55.08%
G = 32.99%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9822F (or 0xD9822F) is known color: Bronze. HEX triplet: D9, 82 and 2F. RGB value is (217,130,47). Sum of RGB (Red+Green+Blue) = 217+130+47=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9822F is #267DD0. Grayscale: #929292. Windows color (decimal): -2522577 or 3113689. OLE color: 3113689.

HSL color Cylindrical-coordinate representation of color #D9822F: hue angle of 29.29º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9822F is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 130 47 -
CMYK 0 0.40 0.78 0.15
HSL 29.29º 0.69% 0.52% -
HSV(B) 29.29º 0.78% 0.85% -
XYZ 37.11 30.92 6.7 -
YUV 146.55 71.82 178.25 -
System Red Green Blue C M Y K H S L
Decimal 217 130 47 0 0.40 0.78 0.15 29.29 0.69 0.52
Hex D9 82 2F 0 28 4E F 1D 45 34
Octal 331 202 57 0 50 116 17 35 105 64
Binary 11011001 10000010 101111 0 101000 1001110 1111 11101 1000101 110100

Color Harmonies of #D9822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9822F

Black with #D9822F

Text Example


Text Example

White with #D9822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9822F; }

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

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

background-color css

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

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

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

border-color css

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

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

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