Html Css Color HEX #D97F2C Bronze

📋 copy color: '#D97F2C'

red 217 ◦ green 127 ◦ blue 44

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

Shades of Bronze #D97F2C

Tints of Bronze #D97F2C

RGB

 RED value IS 217 (85.16% from 255) = 55.93%

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

 BLUE value IS 44 (17.58% from 255) = 11.34%

R = 55.93%
G = 32.73%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D97F2C (or 0xD97F2C) is known color: Bronze. HEX triplet: D9, 7F and 2C. RGB value is (217,127,44). Sum of RGB (Red+Green+Blue) = 217+127+44=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97F2C is #2680D3. Grayscale: #909090. Windows color (decimal): -2523348 or 2916313. OLE color: 2916313.

HSL color Cylindrical-coordinate representation of color #D97F2C: hue angle of 28.79º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D97F2C is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 127 44 -
CMYK 0 0.41 0.80 0.15
HSL 28.79º 0.69% 0.51% -
HSV(B) 28.79º 0.8% 0.85% -
XYZ 36.66 30.11 6.26 -
YUV 144.45 71.32 179.75 -
System Red Green Blue C M Y K H S L
Decimal 217 127 44 0 0.41 0.80 0.15 28.79 0.69 0.51
Hex D9 7F 2C 0 29 50 F 1D 45 33
Octal 331 177 54 0 51 120 17 35 105 63
Binary 11011001 1111111 101100 0 101001 1010000 1111 11101 1000101 110011

Color Harmonies of #D97F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97F2C

Black with #D97F2C

Text Example


Text Example

White with #D97F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97F2C; }

 p { color: rgb(217,127,44); }

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

background-color css

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

 a { background-color: rgb(217,127,44); }

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

border-color css

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

 span { border-color: rgb(217,127,44); }

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