Html Css Color HEX #D87F29 Bronze

📋 copy color: '#D87F29'

red 216 ◦ green 127 ◦ blue 41

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

Shades of Bronze #D87F29

Tints of Bronze #D87F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.68%

R = 56.25%
G = 33.07%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D87F29 (or 0xD87F29) is known color: Bronze. HEX triplet: D8, 7F and 29. RGB value is (216,127,41). Sum of RGB (Red+Green+Blue) = 216+127+41=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87F29 is #2780D6. Grayscale: #909090. Windows color (decimal): -2588887 or 2719704. OLE color: 2719704.

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

Color convert

RGB 216 127 41 -
CMYK 0 0.41 0.81 0.15
HSL 29.49º 0.69% 0.5% -
HSV(B) 29.49º 0.81% 0.85% -
XYZ 36.31 29.94 5.96 -
YUV 143.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 216 127 41 0 0.41 0.81 0.15 29.49 0.69 0.5
Hex D8 7F 29 0 29 51 F 1D 45 32
Octal 330 177 51 0 51 121 17 35 105 62
Binary 11011000 1111111 101001 0 101001 1010001 1111 11101 1000101 110010

Color Harmonies of #D87F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F29

Black with #D87F29

Text Example


Text Example

White with #D87F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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