Html Css Color HEX #D47D33 Bronze

📋 copy color: '#D47D33'

red 212 ◦ green 125 ◦ blue 51

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

Shades of Bronze #D47D33

Tints of Bronze #D47D33

RGB

 RED value IS 212 (83.2% from 255) = 54.64%

 GREEN value IS 125 (49.22% from 255) = 32.22%

 BLUE value IS 51 (20.31% from 255) = 13.14%

R = 54.64%
G = 32.22%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D47D33 (or 0xD47D33) is known color: Bronze. HEX triplet: D4, 7D and 33. RGB value is (212,125,51). Sum of RGB (Red+Green+Blue) = 212+125+51=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47D33 is #2B82CC. Grayscale: #8E8E8E. Windows color (decimal): -2851533 or 3374548. OLE color: 3374548.

HSL color Cylindrical-coordinate representation of color #D47D33: hue angle of 27.58º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D47D33 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 125 51 -
CMYK 0 0.41 0.76 0.17
HSL 27.58º 0.65% 0.52% -
HSV(B) 27.58º 0.76% 0.83% -
XYZ 35.08 28.9 6.86 -
YUV 142.58 76.32 177.52 -
System Red Green Blue C M Y K H S L
Decimal 212 125 51 0 0.41 0.76 0.17 27.58 0.65 0.52
Hex D4 7D 33 0 29 4C 11 1C 41 34
Octal 324 175 63 0 51 114 21 34 101 64
Binary 11010100 1111101 110011 0 101001 1001100 10001 11100 1000001 110100

Color Harmonies of #D47D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47D33

Black with #D47D33

Text Example


Text Example

White with #D47D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47D33; }

 p { color: rgb(212,125,51); }

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

background-color css

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

 a { background-color: rgb(212,125,51); }

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

border-color css

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

 span { border-color: rgb(212,125,51); }

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