Html Css Color HEX #D9812B Bronze

📋 copy color: '#D9812B'

red 217 ◦ green 129 ◦ blue 43

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

Shades of Bronze #D9812B

Tints of Bronze #D9812B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

 BLUE value IS 43 (17.19% from 255) = 11.05%

R = 55.78%
G = 33.16%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9812B (or 0xD9812B) is known color: Bronze. HEX triplet: D9, 81 and 2B. RGB value is (217,129,43). Sum of RGB (Red+Green+Blue) = 217+129+43=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9812B is #267ED4. Grayscale: #919191. Windows color (decimal): -2522837 or 2851289. OLE color: 2851289.

HSL color Cylindrical-coordinate representation of color #D9812B: hue angle of 29.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9812B is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 129 43 -
CMYK 0 0.41 0.80 0.15
HSL 29.66º 0.7% 0.51% -
HSV(B) 29.66º 0.8% 0.85% -
XYZ 36.9 30.63 6.25 -
YUV 145.51 70.15 178.99 -
System Red Green Blue C M Y K H S L
Decimal 217 129 43 0 0.41 0.80 0.15 29.66 0.7 0.51
Hex D9 81 2B 0 29 50 F 1E 46 33
Octal 331 201 53 0 51 120 17 36 106 63
Binary 11011001 10000001 101011 0 101001 1010000 1111 11110 1000110 110011

Color Harmonies of #D9812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9812B

Black with #D9812B

Text Example


Text Example

White with #D9812B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9812B; }

 p { color: rgb(217,129,43); }

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

background-color css

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

 a { background-color: rgb(217,129,43); }

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

border-color css

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

 span { border-color: rgb(217,129,43); }

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