Html Css Color HEX #D77E2B Bronze

📋 copy color: '#D77E2B'

red 215 ◦ green 126 ◦ blue 43

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

Shades of Bronze #D77E2B

Tints of Bronze #D77E2B

RGB

 RED value IS 215 (84.38% from 255) = 55.99%

 GREEN value IS 126 (49.61% from 255) = 32.81%

 BLUE value IS 43 (17.19% from 255) = 11.2%

R = 55.99%
G = 32.81%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D77E2B (or 0xD77E2B) is known color: Bronze. HEX triplet: D7, 7E and 2B. RGB value is (215,126,43). Sum of RGB (Red+Green+Blue) = 215+126+43=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77E2B is #2881D4. Grayscale: #8F8F8F. Windows color (decimal): -2654677 or 2850519. OLE color: 2850519.

HSL color Cylindrical-coordinate representation of color #D77E2B: hue angle of 28.95º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D77E2B is Cyan = 0, Magento = 0.41, Yellow = 0.8 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 126 43 -
CMYK 0 0.41 0.8 0.16
HSL 28.95º 0.68% 0.51% -
HSV(B) 28.95º 0.8% 0.84% -
XYZ 35.92 29.54 6.09 -
YUV 143.15 71.49 179.25 -
System Red Green Blue C M Y K H S L
Decimal 215 126 43 0 0.41 0.8 0.16 28.95 0.68 0.51
Hex D7 7E 2B 0 29 50 10 1D 44 33
Octal 327 176 53 0 51 120 20 35 104 63
Binary 11010111 1111110 101011 0 101001 1010000 10000 11101 1000100 110011

Color Harmonies of #D77E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77E2B

Black with #D77E2B

Text Example


Text Example

White with #D77E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77E2B; }

 p { color: rgb(215,126,43); }

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

background-color css

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

 a { background-color: rgb(215,126,43); }

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

border-color css

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

 span { border-color: rgb(215,126,43); }

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