Html Css Color HEX #D57F33 Bronze

📋 copy color: '#D57F33'

red 213 ◦ green 127 ◦ blue 51

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

Shades of Bronze #D57F33

Tints of Bronze #D57F33

RGB

 RED value IS 213 (83.59% from 255) = 54.48%

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

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

R = 54.48%
G = 32.48%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D57F33 (or 0xD57F33) is known color: Bronze. HEX triplet: D5, 7F and 33. RGB value is (213,127,51). Sum of RGB (Red+Green+Blue) = 213+127+51=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57F33 is #2A80CC. Grayscale: #909090. Windows color (decimal): -2785485 or 3375061. OLE color: 3375061.

HSL color Cylindrical-coordinate representation of color #D57F33: hue angle of 28.15º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D57F33 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 127 51 -
CMYK 0 0.40 0.76 0.16
HSL 28.15º 0.66% 0.52% -
HSV(B) 28.15º 0.76% 0.84% -
XYZ 35.63 29.56 6.96 -
YUV 144.05 75.49 177.18 -
System Red Green Blue C M Y K H S L
Decimal 213 127 51 0 0.40 0.76 0.16 28.15 0.66 0.52
Hex D5 7F 33 0 28 4C 10 1C 42 34
Octal 325 177 63 0 50 114 20 34 102 64
Binary 11010101 1111111 110011 0 101000 1001100 10000 11100 1000010 110100

Color Harmonies of #D57F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F33

Black with #D57F33

Text Example


Text Example

White with #D57F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F33; }

 p { color: rgb(213,127,51); }

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

background-color css

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

 a { background-color: rgb(213,127,51); }

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

border-color css

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

 span { border-color: rgb(213,127,51); }

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