Html Css Color HEX #D2802F Bronze

📋 copy color: '#D2802F'

red 210 ◦ green 128 ◦ blue 47

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

Shades of Bronze #D2802F

Tints of Bronze #D2802F

RGB

 RED value IS 210 (82.42% from 255) = 54.55%

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

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

R = 54.55%
G = 33.25%
B = 12.21%

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

#D2802F (or 0xD2802F) is known color: Bronze. HEX triplet: D2, 80 and 2F. RGB value is (210,128,47). Sum of RGB (Red+Green+Blue) = 210+128+47=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2802F is #2D7FD0. Grayscale: #8F8F8F. Windows color (decimal): -2981841 or 3113170. OLE color: 3113170.

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

Color convert

RGB 210 128 47 -
CMYK 0 0.39 0.78 0.18
HSL 29.82º 0.64% 0.5% -
HSV(B) 29.82º 0.78% 0.82% -
XYZ 34.81 29.35 6.52 -
YUV 143.28 73.67 175.59 -
System Red Green Blue C M Y K H S L
Decimal 210 128 47 0 0.39 0.78 0.18 29.82 0.64 0.5
Hex D2 80 2F 0 27 4E 12 1E 40 32
Octal 322 200 57 0 47 116 22 36 100 62
Binary 11010010 10000000 101111 0 100111 1001110 10010 11110 1000000 110010

Color Harmonies of #D2802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2802F

Black with #D2802F

Text Example


Text Example

White with #D2802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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