Html Css Color HEX #D17F28 Bronze

📋 copy color: '#D17F28'

red 209 ◦ green 127 ◦ blue 40

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

Shades of Bronze #D17F28

Tints of Bronze #D17F28

RGB

 RED value IS 209 (82.03% from 255) = 55.59%

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

 BLUE value IS 40 (16.02% from 255) = 10.64%

R = 55.59%
G = 33.78%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D17F28 (or 0xD17F28) is known color: Bronze. HEX triplet: D1, 7F and 28. RGB value is (209,127,40). Sum of RGB (Red+Green+Blue) = 209+127+40=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17F28 is #2E80D7. Grayscale: #8E8E8E. Windows color (decimal): -3047640 or 2654161. OLE color: 2654161.

HSL color Cylindrical-coordinate representation of color #D17F28: hue angle of 30.89º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D17F28 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 127 40 -
CMYK 0 0.39 0.81 0.18
HSL 30.89º 0.68% 0.49% -
HSV(B) 30.89º 0.81% 0.82% -
XYZ 34.27 28.89 5.78 -
YUV 141.6 70.67 176.07 -
System Red Green Blue C M Y K H S L
Decimal 209 127 40 0 0.39 0.81 0.18 30.89 0.68 0.49
Hex D1 7F 28 0 27 51 12 1F 44 31
Octal 321 177 50 0 47 121 22 37 104 61
Binary 11010001 1111111 101000 0 100111 1010001 10010 11111 1000100 110001

Color Harmonies of #D17F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F28

Black with #D17F28

Text Example


Text Example

White with #D17F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F28; }

 p { color: rgb(209,127,40); }

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

background-color css

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

 a { background-color: rgb(209,127,40); }

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

border-color css

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

 span { border-color: rgb(209,127,40); }

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