Html Css Color HEX #DA8130 Bronze

📋 copy color: '#DA8130'

red 218 ◦ green 129 ◦ blue 48

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

Shades of Bronze #DA8130

Tints of Bronze #DA8130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.15%

R = 55.19%
G = 32.66%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA8130 (or 0xDA8130) is known color: Bronze. HEX triplet: DA, 81 and 30. RGB value is (218,129,48). Sum of RGB (Red+Green+Blue) = 218+129+48=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8130 is #257ECF. Grayscale: #929292. Windows color (decimal): -2457296 or 3178970. OLE color: 3178970.

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

Color convert

RGB 218 129 48 -
CMYK 0 0.41 0.78 0.15
HSL 28.59º 0.7% 0.52% -
HSV(B) 28.59º 0.78% 0.85% -
XYZ 37.3 30.82 6.78 -
YUV 146.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 218 129 48 0 0.41 0.78 0.15 28.59 0.7 0.52
Hex DA 81 30 0 29 4E F 1D 46 34
Octal 332 201 60 0 51 116 17 35 106 64
Binary 11011010 10000001 110000 0 101001 1001110 1111 11101 1000110 110100

Color Harmonies of #DA8130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8130

Black with #DA8130

Text Example


Text Example

White with #DA8130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8130; }

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

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

background-color css

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

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

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

border-color css

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

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

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