Html Css Color HEX #D5802D Bronze

📋 copy color: '#D5802D'

red 213 ◦ green 128 ◦ blue 45

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

Shades of Bronze #D5802D

Tints of Bronze #D5802D

RGB

 RED value IS 213 (83.59% from 255) = 55.18%

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

 BLUE value IS 45 (17.97% from 255) = 11.66%

R = 55.18%
G = 33.16%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5802D (or 0xD5802D) is known color: Bronze. HEX triplet: D5, 80 and 2D. RGB value is (213,128,45). Sum of RGB (Red+Green+Blue) = 213+128+45=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5802D is #2A7FD2. Grayscale: #909090. Windows color (decimal): -2785235 or 2982101. OLE color: 2982101.

HSL color Cylindrical-coordinate representation of color #D5802D: hue angle of 29.64º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5802D is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 45 -
CMYK 0 0.40 0.79 0.16
HSL 29.64º 0.67% 0.51% -
HSV(B) 29.64º 0.79% 0.84% -
XYZ 35.63 29.77 6.35 -
YUV 143.95 72.16 177.25 -
System Red Green Blue C M Y K H S L
Decimal 213 128 45 0 0.40 0.79 0.16 29.64 0.67 0.51
Hex D5 80 2D 0 28 4F 10 1E 43 33
Octal 325 200 55 0 50 117 20 36 103 63
Binary 11010101 10000000 101101 0 101000 1001111 10000 11110 1000011 110011

Color Harmonies of #D5802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5802D

Black with #D5802D

Text Example


Text Example

White with #D5802D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5802D; }

 p { color: rgb(213,128,45); }

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

background-color css

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

 a { background-color: rgb(213,128,45); }

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

border-color css

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

 span { border-color: rgb(213,128,45); }

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