Html Css Color HEX #D1802F Bronze

📋 copy color: '#D1802F'

red 209 ◦ green 128 ◦ blue 47

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

Shades of Bronze #D1802F

Tints of Bronze #D1802F

RGB

 RED value IS 209 (82.03% from 255) = 54.43%

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

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

R = 54.43%
G = 33.33%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1802F (or 0xD1802F) is known color: Bronze. HEX triplet: D1, 80 and 2F. RGB value is (209,128,47). Sum of RGB (Red+Green+Blue) = 209+128+47=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1802F is #2E7FD0. Grayscale: #8F8F8F. Windows color (decimal): -3047377 or 3113169. OLE color: 3113169.

HSL color Cylindrical-coordinate representation of color #D1802F: hue angle of 30º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1802F is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 128 47 -
CMYK 0 0.39 0.78 0.18
HSL 30º 0.64% 0.5% -
HSV(B) 30º 0.78% 0.82% -
XYZ 34.53 29.2 6.51 -
YUV 142.99 73.84 175.09 -
System Red Green Blue C M Y K H S L
Decimal 209 128 47 0 0.39 0.78 0.18 30 0.64 0.5
Hex D1 80 2F 0 27 4E 12 1E 40 32
Octal 321 200 57 0 47 116 22 36 100 62
Binary 11010001 10000000 101111 0 100111 1001110 10010 11110 1000000 110010

Color Harmonies of #D1802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1802F

Black with #D1802F

Text Example


Text Example

White with #D1802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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