Html Css Color HEX #D77C2D Bronze

📋 copy color: '#D77C2D'

red 215 ◦ green 124 ◦ blue 45

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

Shades of Bronze #D77C2D

Tints of Bronze #D77C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.72%

R = 55.99%
G = 32.29%
B = 11.72%

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

#D77C2D (or 0xD77C2D) is known color: Bronze. HEX triplet: D7, 7C and 2D. RGB value is (215,124,45). Sum of RGB (Red+Green+Blue) = 215+124+45=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77C2D is #2883D2. Grayscale: #8E8E8E. Windows color (decimal): -2655187 or 2981079. OLE color: 2981079.

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

Color convert

RGB 215 124 45 -
CMYK 0 0.42 0.79 0.16
HSL 27.88º 0.68% 0.51% -
HSV(B) 27.88º 0.79% 0.84% -
XYZ 35.71 29.05 6.21 -
YUV 142.2 73.15 179.92 -
System Red Green Blue C M Y K H S L
Decimal 215 124 45 0 0.42 0.79 0.16 27.88 0.68 0.51
Hex D7 7C 2D 0 2A 4F 10 1C 44 33
Octal 327 174 55 0 52 117 20 34 104 63
Binary 11010111 1111100 101101 0 101010 1001111 10000 11100 1000100 110011

Color Harmonies of #D77C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C2D

Black with #D77C2D

Text Example


Text Example

White with #D77C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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