Html Css Color HEX #D17B30 Bronze

📋 copy color: '#D17B30'

red 209 ◦ green 123 ◦ blue 48

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

Shades of Bronze #D17B30

Tints of Bronze #D17B30

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.37%

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

R = 55%
G = 32.37%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D17B30 (or 0xD17B30) is known color: Bronze. HEX triplet: D1, 7B and 30. RGB value is (209,123,48). Sum of RGB (Red+Green+Blue) = 209+123+48=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D17B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17B30 is #2E84CF. Grayscale: #8C8C8C. Windows color (decimal): -3048656 or 3177425. OLE color: 3177425.

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

Color convert

RGB 209 123 48 -
CMYK 0 0.41 0.77 0.18
HSL 27.95º 0.64% 0.5% -
HSV(B) 27.95º 0.77% 0.82% -
XYZ 33.91 27.93 6.4 -
YUV 140.16 75.99 177.1 -
System Red Green Blue C M Y K H S L
Decimal 209 123 48 0 0.41 0.77 0.18 27.95 0.64 0.5
Hex D1 7B 30 0 29 4D 12 1C 40 32
Octal 321 173 60 0 51 115 22 34 100 62
Binary 11010001 1111011 110000 0 101001 1001101 10010 11100 1000000 110010

Color Harmonies of #D17B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17B30

Black with #D17B30

Text Example


Text Example

White with #D17B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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