Html Css Color HEX #DA812C Bronze

📋 copy color: '#DA812C'

red 218 ◦ green 129 ◦ blue 44

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

Shades of Bronze #DA812C

Tints of Bronze #DA812C

RGB

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

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

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

R = 55.75%
G = 32.99%
B = 11.25%

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

#DA812C (or 0xDA812C) is known color: Bronze. HEX triplet: DA, 81 and 2C. RGB value is (218,129,44). Sum of RGB (Red+Green+Blue) = 218+129+44=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA812C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA812C is #257ED3. Grayscale: #929292. Windows color (decimal): -2457300 or 2916826. OLE color: 2916826.

HSL color Cylindrical-coordinate representation of color #DA812C: hue angle of 29.31º 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 #DA812C is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 129 44 -
CMYK 0 0.41 0.80 0.15
HSL 29.31º 0.7% 0.51% -
HSV(B) 29.31º 0.8% 0.85% -
XYZ 37.22 30.79 6.36 -
YUV 145.92 70.49 179.41 -
System Red Green Blue C M Y K H S L
Decimal 218 129 44 0 0.41 0.80 0.15 29.31 0.7 0.51
Hex DA 81 2C 0 29 50 F 1D 46 33
Octal 332 201 54 0 51 120 17 35 106 63
Binary 11011010 10000001 101100 0 101001 1010000 1111 11101 1000110 110011

Color Harmonies of #DA812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA812C

Black with #DA812C

Text Example


Text Example

White with #DA812C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA812C; }

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

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

background-color css

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

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

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

border-color css

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

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

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