Html Css Color HEX #D77E2E Bronze

📋 copy color: '#D77E2E'

red 215 ◦ green 126 ◦ blue 46

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

Shades of Bronze #D77E2E

Tints of Bronze #D77E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.89%

R = 55.56%
G = 32.56%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D77E2E (or 0xD77E2E) is known color: Bronze. HEX triplet: D7, 7E and 2E. RGB value is (215,126,46). Sum of RGB (Red+Green+Blue) = 215+126+46=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77E2E is #2881D1. Grayscale: #8F8F8F. Windows color (decimal): -2654674 or 3047127. OLE color: 3047127.

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

Color convert

RGB 215 126 46 -
CMYK 0 0.41 0.79 0.16
HSL 28.4º 0.68% 0.51% -
HSV(B) 28.4º 0.79% 0.84% -
XYZ 35.98 29.57 6.4 -
YUV 143.49 72.99 179 -
System Red Green Blue C M Y K H S L
Decimal 215 126 46 0 0.41 0.79 0.16 28.4 0.68 0.51
Hex D7 7E 2E 0 29 4F 10 1C 44 33
Octal 327 176 56 0 51 117 20 34 104 63
Binary 11010111 1111110 101110 0 101001 1001111 10000 11100 1000100 110011

Color Harmonies of #D77E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77E2E

Black with #D77E2E

Text Example


Text Example

White with #D77E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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