Html Css Color HEX #D0812F Bronze

📋 copy color: '#D0812F'

red 208 ◦ green 129 ◦ blue 47

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

Shades of Bronze #D0812F

Tints of Bronze #D0812F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.59%

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

R = 54.17%
G = 33.59%
B = 12.24%

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

#D0812F (or 0xD0812F) is known color: Bronze. HEX triplet: D0, 81 and 2F. RGB value is (208,129,47). Sum of RGB (Red+Green+Blue) = 208+129+47=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0812F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0812F is #2F7ED0. Grayscale: #8F8F8F. Windows color (decimal): -3112657 or 3113424. OLE color: 3113424.

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

Color convert

RGB 208 129 47 -
CMYK 0 0.38 0.77 0.18
HSL 30.56º 0.63% 0.5% -
HSV(B) 30.56º 0.77% 0.82% -
XYZ 34.38 29.32 6.54 -
YUV 143.27 73.67 174.17 -
System Red Green Blue C M Y K H S L
Decimal 208 129 47 0 0.38 0.77 0.18 30.56 0.63 0.5
Hex D0 81 2F 0 26 4D 12 1F 3F 32
Octal 320 201 57 0 46 115 22 37 77 62
Binary 11010000 10000001 101111 0 100110 1001101 10010 11111 111111 110010

Color Harmonies of #D0812F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0812F

Black with #D0812F

Text Example


Text Example

White with #D0812F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0812F; }

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

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

background-color css

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

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

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

border-color css

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

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

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