Html Css Color HEX #DA812E Bronze

📋 copy color: '#DA812E'

red 218 ◦ green 129 ◦ blue 46

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

Shades of Bronze #DA812E

Tints of Bronze #DA812E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.7%

R = 55.47%
G = 32.82%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA812E (or 0xDA812E) is known color: Bronze. HEX triplet: DA, 81 and 2E. RGB value is (218,129,46). Sum of RGB (Red+Green+Blue) = 218+129+46=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA812E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA812E is #257ED1. Grayscale: #929292. Windows color (decimal): -2457298 or 3047898. OLE color: 3047898.

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

Color convert

RGB 218 129 46 -
CMYK 0 0.41 0.79 0.15
HSL 28.95º 0.7% 0.52% -
HSV(B) 28.95º 0.79% 0.85% -
XYZ 37.26 30.8 6.57 -
YUV 146.15 71.49 179.25 -
System Red Green Blue C M Y K H S L
Decimal 218 129 46 0 0.41 0.79 0.15 28.95 0.7 0.52
Hex DA 81 2E 0 29 4F F 1D 46 34
Octal 332 201 56 0 51 117 17 35 106 64
Binary 11011010 10000001 101110 0 101001 1001111 1111 11101 1000110 110100

Color Harmonies of #DA812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA812E

Black with #DA812E

Text Example


Text Example

White with #DA812E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA812E; }

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

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

background-color css

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

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

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

border-color css

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

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

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