Html Css Color HEX #D9802E Bronze

📋 copy color: '#D9802E'

red 217 ◦ green 128 ◦ blue 46

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

Shades of Bronze #D9802E

Tints of Bronze #D9802E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.74%

 BLUE value IS 46 (18.36% from 255) = 11.76%

R = 55.5%
G = 32.74%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9802E (or 0xD9802E) is known color: Bronze. HEX triplet: D9, 80 and 2E. RGB value is (217,128,46). Sum of RGB (Red+Green+Blue) = 217+128+46=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9802E is #267FD1. Grayscale: #919191. Windows color (decimal): -2523090 or 3047641. OLE color: 3047641.

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

Color convert

RGB 217 128 46 -
CMYK 0 0.41 0.79 0.15
HSL 28.77º 0.69% 0.52% -
HSV(B) 28.77º 0.79% 0.85% -
XYZ 36.83 30.39 6.51 -
YUV 145.26 71.99 179.17 -
System Red Green Blue C M Y K H S L
Decimal 217 128 46 0 0.41 0.79 0.15 28.77 0.69 0.52
Hex D9 80 2E 0 29 4F F 1D 45 34
Octal 331 200 56 0 51 117 17 35 105 64
Binary 11011001 10000000 101110 0 101001 1001111 1111 11101 1000101 110100

Color Harmonies of #D9802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9802E

Black with #D9802E

Text Example


Text Example

White with #D9802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9802E; }

 p { color: rgb(217,128,46); }

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

background-color css

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

 a { background-color: rgb(217,128,46); }

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

border-color css

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

 span { border-color: rgb(217,128,46); }

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