Html Css Color HEX #D17F30 Bronze

📋 copy color: '#D17F30'

red 209 ◦ green 127 ◦ blue 48

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

Shades of Bronze #D17F30

Tints of Bronze #D17F30

RGB

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

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

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

R = 54.43%
G = 33.07%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D17F30 (or 0xD17F30) is known color: Bronze. HEX triplet: D1, 7F and 30. RGB value is (209,127,48). Sum of RGB (Red+Green+Blue) = 209+127+48=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17F30 is #2E80CF. Grayscale: #8E8E8E. Windows color (decimal): -3047632 or 3178449. OLE color: 3178449.

HSL color Cylindrical-coordinate representation of color #D17F30: hue angle of 29.44º degrees, saturation: 0.64, 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 #D17F30 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 127 48 -
CMYK 0 0.39 0.77 0.18
HSL 29.44º 0.64% 0.5% -
HSV(B) 29.44º 0.77% 0.82% -
XYZ 34.42 28.95 6.57 -
YUV 142.51 74.67 175.42 -
System Red Green Blue C M Y K H S L
Decimal 209 127 48 0 0.39 0.77 0.18 29.44 0.64 0.5
Hex D1 7F 30 0 27 4D 12 1D 40 32
Octal 321 177 60 0 47 115 22 35 100 62
Binary 11010001 1111111 110000 0 100111 1001101 10010 11101 1000000 110010

Color Harmonies of #D17F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F30

Black with #D17F30

Text Example


Text Example

White with #D17F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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