Html Css Color HEX #D0802F Bronze

📋 copy color: '#D0802F'

red 208 ◦ green 128 ◦ blue 47

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

Shades of Bronze #D0802F

Tints of Bronze #D0802F

RGB

 RED value IS 208 (81.64% from 255) = 54.31%

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

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

R = 54.31%
G = 33.42%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0802F (or 0xD0802F) is known color: Bronze. HEX triplet: D0, 80 and 2F. RGB value is (208,128,47). Sum of RGB (Red+Green+Blue) = 208+128+47=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0802F is #2F7FD0. Grayscale: #8F8F8F. Windows color (decimal): -3112913 or 3113168. OLE color: 3113168.

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

Color convert

RGB 208 128 47 -
CMYK 0 0.38 0.77 0.18
HSL 30.19º 0.63% 0.5% -
HSV(B) 30.19º 0.77% 0.82% -
XYZ 34.24 29.05 6.49 -
YUV 142.69 74 174.59 -
System Red Green Blue C M Y K H S L
Decimal 208 128 47 0 0.38 0.77 0.18 30.19 0.63 0.5
Hex D0 80 2F 0 26 4D 12 1E 3F 32
Octal 320 200 57 0 46 115 22 36 77 62
Binary 11010000 10000000 101111 0 100110 1001101 10010 11110 111111 110010

Color Harmonies of #D0802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0802F

Black with #D0802F

Text Example


Text Example

White with #D0802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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