Html Css Color HEX #D08130 Bronze

📋 copy color: '#D08130'

red 208 ◦ green 129 ◦ blue 48

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

Shades of Bronze #D08130

Tints of Bronze #D08130

RGB

 RED value IS 208 (81.64% from 255) = 54.03%

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

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

R = 54.03%
G = 33.51%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D08130 (or 0xD08130) is known color: Bronze. HEX triplet: D0, 81 and 30. RGB value is (208,129,48). Sum of RGB (Red+Green+Blue) = 208+129+48=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D08130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08130 is #2F7ECF. Grayscale: #8F8F8F. Windows color (decimal): -3112656 or 3178960. OLE color: 3178960.

HSL color Cylindrical-coordinate representation of color #D08130: hue angle of 30.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D08130 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 129 48 -
CMYK 0 0.38 0.77 0.18
HSL 30.38º 0.63% 0.5% -
HSV(B) 30.38º 0.77% 0.82% -
XYZ 34.4 29.32 6.64 -
YUV 143.39 74.17 174.09 -
System Red Green Blue C M Y K H S L
Decimal 208 129 48 0 0.38 0.77 0.18 30.38 0.63 0.5
Hex D0 81 30 0 26 4D 12 1E 3F 32
Octal 320 201 60 0 46 115 22 36 77 62
Binary 11010000 10000001 110000 0 100110 1001101 10010 11110 111111 110010

Color Harmonies of #D08130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08130

Black with #D08130

Text Example


Text Example

White with #D08130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08130; }

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

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

background-color css

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

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

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

border-color css

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

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

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