Html Css Color HEX #D9802F Bronze

📋 copy color: '#D9802F'

red 217 ◦ green 128 ◦ blue 47

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

Shades of Bronze #D9802F

Tints of Bronze #D9802F

RGB

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

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

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

R = 55.36%
G = 32.65%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9802F (or 0xD9802F) is known color: Bronze. HEX triplet: D9, 80 and 2F. RGB value is (217,128,47). Sum of RGB (Red+Green+Blue) = 217+128+47=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D9802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9802F is #267FD0. Grayscale: #919191. Windows color (decimal): -2523089 or 3113177. OLE color: 3113177.

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

Color convert

RGB 217 128 47 -
CMYK 0 0.41 0.78 0.15
HSL 28.59º 0.69% 0.52% -
HSV(B) 28.59º 0.78% 0.85% -
XYZ 36.85 30.4 6.61 -
YUV 145.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 217 128 47 0 0.41 0.78 0.15 28.59 0.69 0.52
Hex D9 80 2F 0 29 4E F 1D 45 34
Octal 331 200 57 0 51 116 17 35 105 64
Binary 11011001 10000000 101111 0 101001 1001110 1111 11101 1000101 110100

Color Harmonies of #D9802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9802F

Black with #D9802F

Text Example


Text Example

White with #D9802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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