Html Css Color HEX #D0802C Bronze

📋 copy color: '#D0802C'

red 208 ◦ green 128 ◦ blue 44

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

Shades of Bronze #D0802C

Tints of Bronze #D0802C

RGB

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

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

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

R = 54.74%
G = 33.68%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0802C (or 0xD0802C) is known color: Bronze. HEX triplet: D0, 80 and 2C. RGB value is (208,128,44). Sum of RGB (Red+Green+Blue) = 208+128+44=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D0802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0802C is #2F7FD3. Grayscale: #8E8E8E. Windows color (decimal): -3112916 or 2916560. OLE color: 2916560.

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

Color convert

RGB 208 128 44 -
CMYK 0 0.38 0.79 0.18
HSL 30.73º 0.65% 0.49% -
HSV(B) 30.73º 0.79% 0.82% -
XYZ 34.19 29.03 6.18 -
YUV 142.34 72.5 174.83 -
System Red Green Blue C M Y K H S L
Decimal 208 128 44 0 0.38 0.79 0.18 30.73 0.65 0.49
Hex D0 80 2C 0 26 4F 12 1F 41 31
Octal 320 200 54 0 46 117 22 37 101 61
Binary 11010000 10000000 101100 0 100110 1001111 10010 11111 1000001 110001

Color Harmonies of #D0802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0802C

Black with #D0802C

Text Example


Text Example

White with #D0802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0802C; }

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

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

background-color css

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

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

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

border-color css

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

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

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