Html Css Color HEX #D87E30 Bronze

📋 copy color: '#D87E30'

red 216 ◦ green 126 ◦ blue 48

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

Shades of Bronze #D87E30

Tints of Bronze #D87E30

RGB

 RED value IS 216 (84.77% from 255) = 55.38%

 GREEN value IS 126 (49.61% from 255) = 32.31%

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

R = 55.38%
G = 32.31%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D87E30 (or 0xD87E30) is known color: Bronze. HEX triplet: D8, 7E and 30. RGB value is (216,126,48). Sum of RGB (Red+Green+Blue) = 216+126+48=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87E30 is #2781CF. Grayscale: #909090. Windows color (decimal): -2589136 or 3178200. OLE color: 3178200.

HSL color Cylindrical-coordinate representation of color #D87E30: hue angle of 27.86º degrees, saturation: 0.68, 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 #D87E30 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 126 48 -
CMYK 0 0.42 0.78 0.15
HSL 27.86º 0.68% 0.52% -
HSV(B) 27.86º 0.78% 0.85% -
XYZ 36.31 29.73 6.62 -
YUV 144.02 73.82 179.34 -
System Red Green Blue C M Y K H S L
Decimal 216 126 48 0 0.42 0.78 0.15 27.86 0.68 0.52
Hex D8 7E 30 0 2A 4E F 1C 44 34
Octal 330 176 60 0 52 116 17 34 104 64
Binary 11011000 1111110 110000 0 101010 1001110 1111 11100 1000100 110100

Color Harmonies of #D87E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87E30

Black with #D87E30

Text Example


Text Example

White with #D87E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87E30; }

 p { color: rgb(216,126,48); }

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

background-color css

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

 a { background-color: rgb(216,126,48); }

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

border-color css

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

 span { border-color: rgb(216,126,48); }

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