Html Css Color HEX #D77D30 Bronze

📋 copy color: '#D77D30'

red 215 ◦ green 125 ◦ blue 48

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

Shades of Bronze #D77D30

Tints of Bronze #D77D30

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.22%

 BLUE value IS 48 (19.14% from 255) = 12.37%

R = 55.41%
G = 32.22%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D77D30 (or 0xD77D30) is known color: Bronze. HEX triplet: D7, 7D and 30. RGB value is (215,125,48). Sum of RGB (Red+Green+Blue) = 215+125+48=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77D30 is #2882CF. Grayscale: #8F8F8F. Windows color (decimal): -2654928 or 3177943. OLE color: 3177943.

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

Color convert

RGB 215 125 48 -
CMYK 0 0.42 0.78 0.16
HSL 27.66º 0.68% 0.52% -
HSV(B) 27.66º 0.78% 0.84% -
XYZ 35.89 29.33 6.57 -
YUV 143.13 74.32 179.26 -
System Red Green Blue C M Y K H S L
Decimal 215 125 48 0 0.42 0.78 0.16 27.66 0.68 0.52
Hex D7 7D 30 0 2A 4E 10 1C 44 34
Octal 327 175 60 0 52 116 20 34 104 64
Binary 11010111 1111101 110000 0 101010 1001110 10000 11100 1000100 110100

Color Harmonies of #D77D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D30

Black with #D77D30

Text Example


Text Example

White with #D77D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D30; }

 p { color: rgb(215,125,48); }

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

background-color css

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

 a { background-color: rgb(215,125,48); }

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

border-color css

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

 span { border-color: rgb(215,125,48); }

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