Html Css Color HEX #D87F2D Bronze

📋 copy color: '#D87F2D'

red 216 ◦ green 127 ◦ blue 45

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

Shades of Bronze #D87F2D

Tints of Bronze #D87F2D

RGB

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

 GREEN value IS 127 (50% from 255) = 32.73%

 BLUE value IS 45 (17.97% from 255) = 11.6%

R = 55.67%
G = 32.73%
B = 11.6%

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

#D87F2D (or 0xD87F2D) is known color: Bronze. HEX triplet: D8, 7F and 2D. RGB value is (216,127,45). Sum of RGB (Red+Green+Blue) = 216+127+45=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87F2D is #2780D2. Grayscale: #909090. Windows color (decimal): -2588883 or 2981848. OLE color: 2981848.

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

Color convert

RGB 216 127 45 -
CMYK 0 0.41 0.79 0.15
HSL 28.77º 0.69% 0.51% -
HSV(B) 28.77º 0.79% 0.85% -
XYZ 36.38 29.97 6.35 -
YUV 144.26 71.99 179.17 -
System Red Green Blue C M Y K H S L
Decimal 216 127 45 0 0.41 0.79 0.15 28.77 0.69 0.51
Hex D8 7F 2D 0 29 4F F 1D 45 33
Octal 330 177 55 0 51 117 17 35 105 63
Binary 11011000 1111111 101101 0 101001 1001111 1111 11101 1000101 110011

Color Harmonies of #D87F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F2D

Black with #D87F2D

Text Example


Text Example

White with #D87F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F2D; }

 p { color: rgb(216,127,45); }

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

background-color css

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

 a { background-color: rgb(216,127,45); }

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

border-color css

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

 span { border-color: rgb(216,127,45); }

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