Html Css Color HEX #D77E28 Bronze

📋 copy color: '#D77E28'

red 215 ◦ green 126 ◦ blue 40

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

Shades of Bronze #D77E28

Tints of Bronze #D77E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.5%

R = 56.43%
G = 33.07%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D77E28 (or 0xD77E28) is known color: Bronze. HEX triplet: D7, 7E and 28. RGB value is (215,126,40). Sum of RGB (Red+Green+Blue) = 215+126+40=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77E28 is #2881D7. Grayscale: #8F8F8F. Windows color (decimal): -2654680 or 2653911. OLE color: 2653911.

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

Color convert

RGB 215 126 40 -
CMYK 0 0.41 0.81 0.16
HSL 29.49º 0.69% 0.5% -
HSV(B) 29.49º 0.81% 0.84% -
XYZ 35.87 29.52 5.82 -
YUV 142.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 215 126 40 0 0.41 0.81 0.16 29.49 0.69 0.5
Hex D7 7E 28 0 29 51 10 1D 45 32
Octal 327 176 50 0 51 121 20 35 105 62
Binary 11010111 1111110 101000 0 101001 1010001 10000 11101 1000101 110010

Color Harmonies of #D77E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77E28

Black with #D77E28

Text Example


Text Example

White with #D77E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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