Html Css Color HEX #D77C2E Bronze

📋 copy color: '#D77C2E'

red 215 ◦ green 124 ◦ blue 46

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

Shades of Bronze #D77C2E

Tints of Bronze #D77C2E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.21%

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

R = 55.84%
G = 32.21%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D77C2E (or 0xD77C2E) is known color: Bronze. HEX triplet: D7, 7C and 2E. RGB value is (215,124,46). Sum of RGB (Red+Green+Blue) = 215+124+46=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77C2E is #2883D1. Grayscale: #8E8E8E. Windows color (decimal): -2655186 or 3046615. OLE color: 3046615.

HSL color Cylindrical-coordinate representation of color #D77C2E: hue angle of 27.69º 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 #D77C2E is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 124 46 -
CMYK 0 0.42 0.79 0.16
HSL 27.69º 0.68% 0.51% -
HSV(B) 27.69º 0.79% 0.84% -
XYZ 35.73 29.06 6.31 -
YUV 142.32 73.65 179.84 -
System Red Green Blue C M Y K H S L
Decimal 215 124 46 0 0.42 0.79 0.16 27.69 0.68 0.51
Hex D7 7C 2E 0 2A 4F 10 1C 44 33
Octal 327 174 56 0 52 117 20 34 104 63
Binary 11010111 1111100 101110 0 101010 1001111 10000 11100 1000100 110011

Color Harmonies of #D77C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C2E

Black with #D77C2E

Text Example


Text Example

White with #D77C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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