Html Css Color HEX #D77F2F Bronze

📋 copy color: '#D77F2F'

red 215 ◦ green 127 ◦ blue 47

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

Shades of Bronze #D77F2F

Tints of Bronze #D77F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.08%

R = 55.27%
G = 32.65%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D77F2F (or 0xD77F2F) is known color: Bronze. HEX triplet: D7, 7F and 2F. RGB value is (215,127,47). Sum of RGB (Red+Green+Blue) = 215+127+47=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77F2F is #2880D0. Grayscale: #909090. Windows color (decimal): -2654417 or 3112919. OLE color: 3112919.

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

Color convert

RGB 215 127 47 -
CMYK 0 0.41 0.78 0.16
HSL 28.57º 0.68% 0.51% -
HSV(B) 28.57º 0.78% 0.84% -
XYZ 36.13 29.83 6.54 -
YUV 144.19 73.15 178.5 -
System Red Green Blue C M Y K H S L
Decimal 215 127 47 0 0.41 0.78 0.16 28.57 0.68 0.51
Hex D7 7F 2F 0 29 4E 10 1D 44 33
Octal 327 177 57 0 51 116 20 35 104 63
Binary 11010111 1111111 101111 0 101001 1001110 10000 11101 1000100 110011

Color Harmonies of #D77F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77F2F

Black with #D77F2F

Text Example


Text Example

White with #D77F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77F2F; }

 p { color: rgb(215,127,47); }

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

background-color css

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

 a { background-color: rgb(215,127,47); }

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

border-color css

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

 span { border-color: rgb(215,127,47); }

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