Html Css Color HEX #D97F2E Bronze

📋 copy color: '#D97F2E'

red 217 ◦ green 127 ◦ blue 46

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

Shades of Bronze #D97F2E

Tints of Bronze #D97F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.79%

R = 55.64%
G = 32.56%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D97F2E (or 0xD97F2E) is known color: Bronze. HEX triplet: D9, 7F and 2E. RGB value is (217,127,46). Sum of RGB (Red+Green+Blue) = 217+127+46=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97F2E is #2680D1. Grayscale: #919191. Windows color (decimal): -2523346 or 3047385. OLE color: 3047385.

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

Color convert

RGB 217 127 46 -
CMYK 0 0.41 0.79 0.15
HSL 28.42º 0.69% 0.52% -
HSV(B) 28.42º 0.79% 0.85% -
XYZ 36.7 30.13 6.47 -
YUV 144.68 72.32 179.59 -
System Red Green Blue C M Y K H S L
Decimal 217 127 46 0 0.41 0.79 0.15 28.42 0.69 0.52
Hex D9 7F 2E 0 29 4F F 1C 45 34
Octal 331 177 56 0 51 117 17 34 105 64
Binary 11011001 1111111 101110 0 101001 1001111 1111 11100 1000101 110100

Color Harmonies of #D97F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97F2E

Black with #D97F2E

Text Example


Text Example

White with #D97F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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