Html Css Color HEX #DA812B Bronze

📋 copy color: '#DA812B'

red 218 ◦ green 129 ◦ blue 43

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

Shades of Bronze #DA812B

Tints of Bronze #DA812B

RGB

 RED value IS 218 (85.55% from 255) = 55.9%

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

 BLUE value IS 43 (17.19% from 255) = 11.03%

R = 55.9%
G = 33.08%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA812B (or 0xDA812B) is known color: Bronze. HEX triplet: DA, 81 and 2B. RGB value is (218,129,43). Sum of RGB (Red+Green+Blue) = 218+129+43=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA812B is #257ED4. Grayscale: #929292. Windows color (decimal): -2457301 or 2851290. OLE color: 2851290.

HSL color Cylindrical-coordinate representation of color #DA812B: hue angle of 29.49º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA812B is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 129 43 -
CMYK 0 0.41 0.80 0.15
HSL 29.49º 0.7% 0.51% -
HSV(B) 29.49º 0.8% 0.85% -
XYZ 37.2 30.78 6.27 -
YUV 145.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 218 129 43 0 0.41 0.80 0.15 29.49 0.7 0.51
Hex DA 81 2B 0 29 50 F 1D 46 33
Octal 332 201 53 0 51 120 17 35 106 63
Binary 11011010 10000001 101011 0 101001 1010000 1111 11101 1000110 110011

Color Harmonies of #DA812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA812B

Black with #DA812B

Text Example


Text Example

White with #DA812B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA812B; }

 p { color: rgb(218,129,43); }

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

background-color css

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

 a { background-color: rgb(218,129,43); }

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

border-color css

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

 span { border-color: rgb(218,129,43); }

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