Html Css Color HEX #DB812C Bronze

📋 copy color: '#DB812C'

red 219 ◦ green 129 ◦ blue 44

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

Shades of Bronze #DB812C

Tints of Bronze #DB812C

RGB

 RED value IS 219 (85.94% from 255) = 55.87%

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

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

R = 55.87%
G = 32.91%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB812C (or 0xDB812C) is known color: Bronze. HEX triplet: DB, 81 and 2C. RGB value is (219,129,44). Sum of RGB (Red+Green+Blue) = 219+129+44=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB812C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB812C is #247ED3. Grayscale: #929292. Windows color (decimal): -2391764 or 2916827. OLE color: 2916827.

HSL color Cylindrical-coordinate representation of color #DB812C: hue angle of 29.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB812C is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 129 44 -
CMYK 0 0.41 0.80 0.14
HSL 29.14º 0.71% 0.52% -
HSV(B) 29.14º 0.8% 0.86% -
XYZ 37.52 30.94 6.38 -
YUV 146.22 70.32 179.91 -
System Red Green Blue C M Y K H S L
Decimal 219 129 44 0 0.41 0.80 0.14 29.14 0.71 0.52
Hex DB 81 2C 0 29 50 E 1D 47 34
Octal 333 201 54 0 51 120 16 35 107 64
Binary 11011011 10000001 101100 0 101001 1010000 1110 11101 1000111 110100

Color Harmonies of #DB812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB812C

Black with #DB812C

Text Example


Text Example

White with #DB812C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB812C; }

 p { color: rgb(219,129,44); }

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

background-color css

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

 a { background-color: rgb(219,129,44); }

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

border-color css

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

 span { border-color: rgb(219,129,44); }

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