Html Css Color HEX #D9802C Bronze

📋 copy color: '#D9802C'

red 217 ◦ green 128 ◦ blue 44

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

Shades of Bronze #D9802C

Tints of Bronze #D9802C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.31%

R = 55.78%
G = 32.9%
B = 11.31%

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

#D9802C (or 0xD9802C) is known color: Bronze. HEX triplet: D9, 80 and 2C. RGB value is (217,128,44). Sum of RGB (Red+Green+Blue) = 217+128+44=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9802C is #267FD3. Grayscale: #919191. Windows color (decimal): -2523092 or 2916569. OLE color: 2916569.

HSL color Cylindrical-coordinate representation of color #D9802C: hue angle of 29.13º degrees, saturation: 0.69, 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 #D9802C is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 128 44 -
CMYK 0 0.41 0.80 0.15
HSL 29.13º 0.69% 0.51% -
HSV(B) 29.13º 0.8% 0.85% -
XYZ 36.79 30.37 6.31 -
YUV 145.04 70.99 179.33 -
System Red Green Blue C M Y K H S L
Decimal 217 128 44 0 0.41 0.80 0.15 29.13 0.69 0.51
Hex D9 80 2C 0 29 50 F 1D 45 33
Octal 331 200 54 0 51 120 17 35 105 63
Binary 11011001 10000000 101100 0 101001 1010000 1111 11101 1000101 110011

Color Harmonies of #D9802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9802C

Black with #D9802C

Text Example


Text Example

White with #D9802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9802C; }

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

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

background-color css

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

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

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

border-color css

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

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

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